Uses of Class
org.faceless.publisher.type.FontStyle

Packages that use org.faceless.publisher.type.FontStyle
Package
Description
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.FontStyle in org.faceless.publisher.type

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.FontStyle in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.FontStyle
    FontStyle.ITALIC
     
    static final org.faceless.publisher.type.FontStyle
    FontStyle.NORMAL
     
    static final org.faceless.publisher.type.FontStyle
    FontStyle.OBLIQUE
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.FontStyle in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.FontStyle
    CSSStyle.getFontStyle()
    Returns the value of the font-style property.
    org.faceless.publisher.type.FontStyle
    FilterCSSStyle.getFontStyle()
     
    static final org.faceless.publisher.type.FontStyle
    FontStyle.getOblique(float angle)
     
    static final org.faceless.publisher.type.FontStyle
    FontStyle.getOblique(float angle, float upperAngle)
     
    org.faceless.publisher.type.FontStyle
    FontResourceDescriptor.getStyle()
    Return the font-style
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.FontStyle in in
    Modifier and Type
    Method
    Description
    boolean
    FontStyle.contains(org.faceless.publisher.type.FontStyle f)
    Return true if this style (which is possibly a range) contains the style (which is not)
    void
    FontResourceDescriptor.setStyle(org.faceless.publisher.type.FontStyle style)
    Set the font-style