Package com.spinyowl.legui.style.font
Class Font
java.lang.Object
com.spinyowl.legui.style.font.Font
Representation of font. Used by text components to specify font to use by renderer.
-
Constructor Summary
ConstructorsConstructorDescriptionFont(String path, ByteBuffer data) Used to create font with specified path and data. -
Method Summary
-
Constructor Details
-
Font
Used to create font with specified path and data.- Parameters:
path- path to font.data- font data.
-
-
Method Details