Searched defs:getKerning (Results 1 – 3 of 3) sorted by relevance
148 public int getKerning(int second){ in getKerning() method in BitmapCharacter
278 public int getKerning(int leftGlyph, int rightGlyph, int kernMode) { in getKerning() method in FreeType.Face282 private static native int getKerning(long face, int leftGlyph, int rightGlyph, int kernMode); /* in getKerning() method in FreeType.Face
402 public int getKerning (char ch) { in getKerning() method in BitmapFont.Glyph