Class GfxTextAttrs

java.lang.Object
com.adobe.xfa.font.GfxTextAttrs

public class GfxTextAttrs extends Object
This immutable class describes a structure populated by resolveXFAFont for use with in gfx environment
  • Field Details

    • m_oColour

      public final GFXColour m_oColour
    • m_eUndercode

      public final int m_eUndercode
    • m_eOvercode

      public final int m_eOvercode
    • m_eStrikeOut

      public final int m_eStrikeOut
    • m_oBaseLineShift

      public final UnitSpan m_oBaseLineShift
    • m_eGlyphOrientation

      public final int m_eGlyphOrientation
  • Constructor Details

    • GfxTextAttrs

      public GfxTextAttrs()
    • GfxTextAttrs

      public GfxTextAttrs(GFXColour colour, int eUndercode, int eOvercode, int eStrikeOut, UnitSpan baselineShift, int eGlyphOrientation)