Home
last modified time | relevance | path

Searched refs:getFaceFlags (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeType.java134 public int getFaceFlags() { in getFaceFlags() method in FreeType.Face
135 return getFaceFlags(address); in getFaceFlags()
138 private static native int getFaceFlags(long face); /* in getFaceFlags() method in FreeType.Face
DFreeTypeFontGenerator.java151 int faceFlags = face.getFaceFlags(); in checkForBitmapFont()