Package arc.freetype

Class FreetypeFontLoader.FreeTypeFontLoaderParameter

java.lang.Object
arc.assets.AssetLoaderParameters<Font>
arc.freetype.FreetypeFontLoader.FreeTypeFontLoaderParameter
Enclosing class:
FreetypeFontLoader

public static class FreetypeFontLoader.FreeTypeFontLoaderParameter extends AssetLoaderParameters<Font>
  • Field Details

    • fontFileName

      public String 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