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

  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeType.java 182 public int getMaxAdvanceWidth() {
183 return getMaxAdvanceWidth(address);
186 private static native int getMaxAdvanceWidth(long face); /*
FreeTypeFontGenerator.java 327 data.spaceWidth = face.getMaxAdvanceWidth(); // Possibly very wrong.

Completed in 166 milliseconds