Searched refs:setKerning (Results 1 – 3 of 3) sorted by relevance
153 void setKerning(boolean kerning) { in setKerning() method in StringBlock
451 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()
410 public void setKerning (int ch, int value) { in setKerning() method in BitmapFont.Glyph614 glyph.setKerning(second, amount); in load()