Home
last modified time | relevance | path

Searched refs:setKerning (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/font/
DStringBlock.java153 void setKerning(boolean kerning) { in setKerning() method in StringBlock
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeTypeFontGenerator.java451 if (kerning != 0) first.setKerning(secondChar, FreeType.toInt(kerning)); in generateData()
454 if (kerning != 0) second.setKerning(firstChar, FreeType.toInt(kerning)); in generateData()
668 if (kerning != 0) glyph.setKerning(other.id, FreeType.toInt(kerning)); in getGlyph()
671 if (kerning != 0) other.setKerning(ch, FreeType.toInt(kerning)); in getGlyph()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DBitmapFont.java410 public void setKerning (int ch, int value) { in setKerning() method in BitmapFont.Glyph
614 glyph.setKerning(second, amount); in load()