Class GfxTextAttrs


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

      • 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 Detail

      • GfxTextAttrs

        public GfxTextAttrs()
      • GfxTextAttrs

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