Package com.adobe.xfa.font
Class GfxTextAttrs
- java.lang.Object
-
- com.adobe.xfa.font.GfxTextAttrs
-
public class GfxTextAttrs extends java.lang.Object
This immutable class describes a structure populated by resolveXFAFont for use with in gfx environment
-
-
Field Summary
Fields Modifier and Type Field Description int
m_eGlyphOrientation
int
m_eOvercode
int
m_eStrikeOut
int
m_eUndercode
UnitSpan
m_oBaseLineShift
GFXColour
m_oColour
-
Constructor Summary
Constructors Constructor Description GfxTextAttrs()
GfxTextAttrs(GFXColour colour, int eUndercode, int eOvercode, int eStrikeOut, UnitSpan baselineShift, int eGlyphOrientation)
-