HomeSort by relevance Sort by last modified time
    Searched refs:getKerning (Results 1 - 5 of 5) sorted by null

  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeType.java 278 public int getKerning(int leftGlyph, int rightGlyph, int kernMode) {
279 return getKerning(address, leftGlyph, rightGlyph, kernMode);
282 private static native int getKerning(long face, int leftGlyph, int rightGlyph, int kernMode); /*
FreeTypeFontGenerator.java 450 int kerning = face.getKerning(firstIndex, secondIndex, 0);
453 kerning = face.getKerning(secondIndex, firstIndex, 0);
667 int kerning = face.getKerning(glyphIndex, otherIndex, 0);
670 kerning = face.getKerning(otherIndex, glyphIndex, 0);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/bmfont/
BitmapFontWriter.java 253 int kern = first.getKerning((char)second.id);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
BitmapFont.java 402 public int getKerning (char ch) {
802 xAdvances.add((lastGlyph.xadvance + lastGlyph.getKerning(ch)) * scaleX);
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 108 milliseconds