Class GFXTextContext

java.lang.Object
com.adobe.xfa.gfx.GFXTextContext
All Implemented Interfaces:
GFXContext

public abstract class GFXTextContext extends 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 Details

    • GFXTextContext

      public GFXTextContext()
  • Method Details