Searched refs:getAdvanceX (Results 1 – 2 of 2) sorted by relevance
412 public int getAdvanceX() { in getAdvanceX() method in FreeType.GlyphSlot413 return getAdvanceX(address); in getAdvanceX()416 private static native int getAdvanceX(long slot); /* in getAdvanceX() method in FreeType.GlyphSlot
85 …xAdvance = (int)(metrics.getAdvanceX() + unicodeFont.getPaddingAdvanceX() + unicodeFont.getPadding… in Glyph()