Home
last modified time | relevance | path

Searched refs:setTabWidth (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapText.java304 public void setTabWidth(float width) { in setTabWidth() method in BitmapText
305 block.setTabWidth(width); in setTabWidth()
DStringBlock.java177 void setTabWidth(float tabWidth) { in setTabWidth() method in StringBlock