Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeType.java214 public boolean selectSize(int strikeIndex) { in selectSize() method in FreeType.Face
215 return selectSize(address, strikeIndex); in selectSize()
218 private static native boolean selectSize(long face, int strike_index); /* in selectSize() method in FreeType.Face