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