Interface AttrType


public interface AttrType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    line height ([struct@Pango.AttrInt]).
    static final int
    font size in pixels scaled by %PANGO_SCALE ([struct@Pango.AttrInt])
    static final int
    whether breaks are allowed ([struct@Pango.AttrInt]).
    static final int
    background color ([struct@Pango.AttrColor])
    static final int
    background alpha ([struct@Pango.AttrInt]).
    static final int
    baseline displacement ([struct@Pango.AttrInt]).
    static final int
    whether fallback is enabled ([struct@Pango.AttrInt])
    static final int
    font family name list ([struct@Pango.AttrString])
    static final int
    font description ([struct@Pango.AttrFontDesc])
    static final int
    OpenType font features ([struct@Pango.AttrFontFeatures]).
    static final int
    font-relative size change ([struct@Pango.AttrInt]).
    static final int
    foreground color ([struct@Pango.AttrColor])
    static final int
    foreground alpha ([struct@Pango.AttrInt]).
    static final int
    base text gravity ([struct@Pango.AttrInt])
    static final int
    gravity hint ([struct@Pango.AttrInt])
    static final int
    whether to insert hyphens at intra-word line breaks ([struct@Pango.AttrInt]).
    static final int
    does not happen
    static final int
    language ([struct@Pango.AttrLanguage])
    static final int
    letter spacing ([struct@PangoAttrInt])
    static final int
    line height factor ([struct@Pango.AttrFloat]).
    static final int
    whether the text has an overline ([struct@Pango.AttrInt]).
    static final int
    overline color ([struct@Pango.AttrColor]).
    static final int
    baseline displacement ([struct@Pango.AttrInt])
    static final int
    font size scale factor ([struct@Pango.AttrFloat])
    static final int
    override segmentation to classify the range of the attribute as a single sentence ([struct@Pango.AttrInt]).
    static final int
    shape ([struct@Pango.AttrShape])
    static final int
    how to render invisible characters ([struct@Pango.AttrInt]).
    static final int
    font size in points scaled by %PANGO_SCALE ([struct@Pango.AttrInt])
    static final int
    font stretch ([struct@Pango.AttrInt])
    static final int
    whether the text is struck-through ([struct@Pango.AttrInt])
    static final int
    strikethrough color ([struct@Pango.AttrColor])
    static final int
    font slant style ([struct@Pango.AttrInt])
    static final int
     
    static final int
    whether the text has an underline ([struct@Pango.AttrInt])
    static final int
    underline color ([struct@Pango.AttrColor])
    static final int
    font variant (normal or small caps) ([struct@Pango.AttrInt])
    static final int
    font weight ([struct@Pango.AttrInt])
    static final int
    override segmentation to classify the range of the attribute as a single word ([struct@Pango.AttrInt]).
  • Field Details

    • INVALID

      static final int INVALID
      does not happen
      See Also:
    • LANGUAGE

      static final int LANGUAGE
      language ([struct@Pango.AttrLanguage])
      See Also:
    • FAMILY

      static final int FAMILY
      font family name list ([struct@Pango.AttrString])
      See Also:
    • STYLE

      static final int STYLE
      font slant style ([struct@Pango.AttrInt])
      See Also:
    • WEIGHT

      static final int WEIGHT
      font weight ([struct@Pango.AttrInt])
      See Also:
    • VARIANT

      static final int VARIANT
      font variant (normal or small caps) ([struct@Pango.AttrInt])
      See Also:
    • STRETCH

      static final int STRETCH
      font stretch ([struct@Pango.AttrInt])
      See Also:
    • SIZE

      static final int SIZE
      font size in points scaled by %PANGO_SCALE ([struct@Pango.AttrInt])
      See Also:
    • FONT_DESC

      static final int FONT_DESC
      font description ([struct@Pango.AttrFontDesc])
      See Also:
    • FOREGROUND

      static final int FOREGROUND
      foreground color ([struct@Pango.AttrColor])
      See Also:
    • BACKGROUND

      static final int BACKGROUND
      background color ([struct@Pango.AttrColor])
      See Also:
    • UNDERLINE

      static final int UNDERLINE
      whether the text has an underline ([struct@Pango.AttrInt])
      See Also:
    • STRIKETHROUGH

      static final int STRIKETHROUGH
      whether the text is struck-through ([struct@Pango.AttrInt])
      See Also:
    • RISE

      static final int RISE
      baseline displacement ([struct@Pango.AttrInt])
      See Also:
    • SHAPE

      static final int SHAPE
      shape ([struct@Pango.AttrShape])
      See Also:
    • SCALE

      static final int SCALE
      font size scale factor ([struct@Pango.AttrFloat])
      See Also:
    • FALLBACK

      static final int FALLBACK
      whether fallback is enabled ([struct@Pango.AttrInt])
      See Also:
    • LETTER_SPACING

      static final int LETTER_SPACING
      letter spacing ([struct@PangoAttrInt])
      See Also:
    • UNDERLINE_COLOR

      static final int UNDERLINE_COLOR
      underline color ([struct@Pango.AttrColor])
      See Also:
    • STRIKETHROUGH_COLOR

      static final int STRIKETHROUGH_COLOR
      strikethrough color ([struct@Pango.AttrColor])
      See Also:
    • ABSOLUTE_SIZE

      static final int ABSOLUTE_SIZE
      font size in pixels scaled by %PANGO_SCALE ([struct@Pango.AttrInt])
      See Also:
    • GRAVITY

      static final int GRAVITY
      base text gravity ([struct@Pango.AttrInt])
      See Also:
    • GRAVITY_HINT

      static final int GRAVITY_HINT
      gravity hint ([struct@Pango.AttrInt])
      See Also:
    • FONT_FEATURES

      static final int FONT_FEATURES
      OpenType font features ([struct@Pango.AttrFontFeatures]). Since 1.38
      See Also:
    • FOREGROUND_ALPHA

      static final int FOREGROUND_ALPHA
      foreground alpha ([struct@Pango.AttrInt]). Since 1.38
      See Also:
    • BACKGROUND_ALPHA

      static final int BACKGROUND_ALPHA
      background alpha ([struct@Pango.AttrInt]). Since 1.38
      See Also:
    • ALLOW_BREAKS

      static final int ALLOW_BREAKS
      whether breaks are allowed ([struct@Pango.AttrInt]). Since 1.44
      See Also:
    • SHOW

      static final int SHOW
      how to render invisible characters ([struct@Pango.AttrInt]). Since 1.44
      See Also:
    • INSERT_HYPHENS

      static final int INSERT_HYPHENS
      whether to insert hyphens at intra-word line breaks ([struct@Pango.AttrInt]). Since 1.44
      See Also:
    • OVERLINE

      static final int OVERLINE
      whether the text has an overline ([struct@Pango.AttrInt]). Since 1.46
      See Also:
    • OVERLINE_COLOR

      static final int OVERLINE_COLOR
      overline color ([struct@Pango.AttrColor]). Since 1.46
      See Also:
    • LINE_HEIGHT

      static final int LINE_HEIGHT
      line height factor ([struct@Pango.AttrFloat]). Since: 1.50
      See Also:
    • ABSOLUTE_LINE_HEIGHT

      static final int ABSOLUTE_LINE_HEIGHT
      line height ([struct@Pango.AttrInt]). Since: 1.50
      See Also:
    • TEXT_TRANSFORM

      static final int TEXT_TRANSFORM
      See Also:
    • WORD

      static final int WORD
      override segmentation to classify the range of the attribute as a single word ([struct@Pango.AttrInt]). Since 1.50
      See Also:
    • SENTENCE

      static final int SENTENCE
      override segmentation to classify the range of the attribute as a single sentence ([struct@Pango.AttrInt]). Since 1.50
      See Also:
    • BASELINE_SHIFT

      static final int BASELINE_SHIFT
      baseline displacement ([struct@Pango.AttrInt]). Since 1.50
      See Also:
    • FONT_SCALE

      static final int FONT_SCALE
      font-relative size change ([struct@Pango.AttrInt]). Since 1.50
      See Also: