Uses of Class
playn.core.Font

  • Uses of Font in playn.core

    Fields in playn.core declared as Font
    Modifier and Type
    Field
    Description
    final Font
    TextFormat.font
    The font in which to render the text (null indicates that the default font is used).
    Methods in playn.core that return Font
    Modifier and Type
    Method
    Description
    Font.derive(float size)
    Derives a font with the same name and style as this one, at the specified size.
    Methods in playn.core with parameters of type Font
    Modifier and Type
    Method
    Description
    TextFormat.withFont(Font font)
    Returns a clone of this text format with the font configured as specified.
    Constructors in playn.core with parameters of type Font
    Modifier
    Constructor
    Description
     
    Creates a text format instance with the specified font.
     
    TextFormat(Font font, boolean antialias)
    Creates a configured text format instance.