Searched refs:getMaxAdvanceWidth (Results 1 – 2 of 2) sorted by relevance
182 public int getMaxAdvanceWidth() { in getMaxAdvanceWidth() method in FreeType.Face183 return getMaxAdvanceWidth(address); in getMaxAdvanceWidth()186 private static native int getMaxAdvanceWidth(long face); /* in getMaxAdvanceWidth() method in FreeType.Face
327 data.spaceWidth = face.getMaxAdvanceWidth(); // Possibly very wrong. in generateData()