Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / CffTable Class
Properties Methods

In This Topic
    CffTable Class Members
    In This Topic

    The following tables list the members exposed by CffTable.

    Public Properties
     NameDescription
    Public PropertyGets the charset array (GID to SID mapping, or GID to CID for CID-key fonts).  
    Public PropertyGets the factor to recalculate character space units to user space units (em).  
    Public PropertyGets the array of glyph charstrings.  
    Public PropertyMaps GIDs to indices in the CIDGroups array.  
    Public PropertyIf a glyph width equals the DefaultWidthX value it can be omitted from the charstring.  
    Public PropertyGets the encoding array (for non-CID fonts). It maps 1-byte code to GID.  
    Public PropertyGets the FontName or CIDFontName for CID-keyed fonts.  
    Public PropertyGets the format major version (starting at 1).  
    Public PropertyGets the format minor version (starting at 0).  
    Public PropertyGets the array of charstrings with global subrs.  
    Public PropertyGets the number of glyphs.  
    Public PropertyGets a value indicating if this is a CID-keyed font.  
    Public PropertyGets the italic angle in counter-clockwise degrees from the vertical. Zero for upright text, negative for text that leans to the right (forward).  
    Public PropertyGets the array of charstrings with local subrs.  
    Public PropertyThe glyph width is computed by adding the CharString width to NominalWidthX value.  
    Public PropertyGets the suggested distance of the top of the underline from the baseline (negative values indicate below baseline).  
    Public PropertyGets the suggested value for the underline thickness.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the glyph index for specified character code.  
    Public MethodReturns a string with the specified SID. Note! Method can return null if string with specified SID not found.  
    Public MethodOverloaded. Tries to get glyph index (GID) by glyph name.  
    Public MethodTries to get glyph name represented by SID by glyph index.  
    Top
    See Also