Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeType.java182 public int getMaxAdvanceWidth() { in getMaxAdvanceWidth() method in FreeType.Face
183 return getMaxAdvanceWidth(address); in getMaxAdvanceWidth()
186 private static native int getMaxAdvanceWidth(long face); /* in getMaxAdvanceWidth() method in FreeType.Face
DFreeTypeFontGenerator.java327 data.spaceWidth = face.getMaxAdvanceWidth(); // Possibly very wrong. in generateData()