Schnittstelle Style


public interface Style
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    the font is slanted in an italic style.
    static final int
    the font is upright.
    static final int
    the font is slanted, but in a roman style.
  • Felddetails

    • NORMAL

      static final int NORMAL
      the font is upright.
      Siehe auch:
    • OBLIQUE

      static final int OBLIQUE
      the font is slanted, but in a roman style.
      Siehe auch:
    • ITALIC

      static final int ITALIC
      the font is slanted in an italic style.
      Siehe auch: