Package com.adobe.xfa.gfx
Class GFXTextContext
- java.lang.Object
-
- com.adobe.xfa.gfx.GFXTextContext
-
- All Implemented Interfaces:
GFXContext
public abstract class GFXTextContext extends java.lang.Object implements GFXContext
The text context allows the client to manage different text attributes--attributes that are outside the scope of functionality provided by XGA. This class is intended to represent font extensions.The client can attach a text context pointer to a text attribute (jfGfxTextAttr) instance. This will get passed through intermediate layers and eventually find its way back to the client's implementation of the graphic driver, where the client can act on it accordingly.
-
-
Constructor Summary
Constructors Constructor Description GFXTextContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
match(GFXTextContext c1, GFXTextContext c2)
-
-
-
Method Detail
-
match
public static boolean match(GFXTextContext c1, GFXTextContext c2)
-
-