Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontWriter Class
Methods

In This Topic
    FontWriter Class Members
    In This Topic

    The following tables list the members exposed by FontWriter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes an instance of the FontWriter.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a subset of the CFF font table containing the specified UTF-32 characters, then serializes the subset to a byte array.  
    Public MethodOverloaded. Writes a subset of the CFF font table containing the specified UTF-32 characters to a stream.  
    Public MethodOverloaded. Creates a subset of the CFF font table containing both the specified glyphs and UTF-32 characters, then serializes the subset to a byte array.  
    Public MethodOverloaded. Writes a subset of the CFF font table containing both the specified glyphs and UTF-32 characters to a stream.  
    Public MethodCreates a subset of the CFF font table containing the specified glyphs, then serializes the subset to a byte array.  
    Public MethodWrites a subset of the CFF font table containing the specified glyphs to a stream.  
    Public MethodOverloaded. Creates a subset of the font containing the specified UTF-32 characters, then serializes the subset to a byte array.  
    Public MethodOverloaded. Writes a subset of the font containing the specified UTF-32 characters to a stream.  
    Public MethodMerges matching TrueType font subsets and serializes the merged subsets to byte arrays.  
    Public MethodOverloaded. Creates a subset of the font containing both the specified glyphs and UTF-32 characters, then serializes the subset to a byte array.  
    Public MethodOverloaded. Writes a subset of the font containing both the specified glyphs and UTF-32 characters to a stream.  
    Public MethodCreates a subset of the font containing the specified glyphs, then serializes the subset to a byte array.  
    Public MethodWrites a subset of the font containing the specified glyphs to a stream.  
    Public MethodOverloaded. Writes the CFF table to a byte array.  
    Public MethodWrites the whole CFF font table (not subset) to a stream.  
    Public MethodSerializes the whole font (not subset) to a byte array.  
    Public MethodWrites the whole font (not subset) to a stream.  
    Top
    See Also