Package arc.freetype
Class FreetypeFontLoader.FreeTypeFontLoaderParameter
- Enclosing class:
- FreetypeFontLoader
public static class FreetypeFontLoader.FreeTypeFontLoaderParameter
extends AssetLoaderParameters<Font>
-
Nested Class Summary
Nested classes/interfaces inherited from class arc.assets.AssetLoaderParameters
AssetLoaderParameters.LoadedCallback
-
Field Summary
Modifier and TypeFieldDescriptionthe name of the TTF file to be used to load the fontthe parameters used to generate the font, e.g.Fields inherited from class arc.assets.AssetLoaderParameters
loadedCallback
-
Constructor Summary
ConstructorDescriptionFreeTypeFontLoaderParameter
(String fontFileName, FreeTypeFontGenerator.FreeTypeFontParameter fontParameters) -
Method Summary
-
Field Details
-
fontFileName
the name of the TTF file to be used to load the font -
fontParameters
the parameters used to generate the font, e.g. size, characters, etc.
-
-
Constructor Details
-
FreeTypeFontLoaderParameter
public FreeTypeFontLoaderParameter() -
FreeTypeFontLoaderParameter
public FreeTypeFontLoaderParameter(String fontFileName, FreeTypeFontGenerator.FreeTypeFontParameter fontParameters)
-