Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FontHandler Class
Properties

In This Topic
    FontHandler Class Members
    In This Topic

    The following tables list the members exposed by FontHandler.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FontHandler class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the GcPdfDocument owning this FontHandler.  
    Public PropertyGets or sets the font embedding mode.

    By default this property is unspecified (null), and the actual embedding mode depends on whether or not the Font is one of StandardFonts.

    For standard fonts, GcPdfDocument.StandardFontEmbedMode determines the embedding mode.

    For all other fonts, GcPdfDocument.FontEmbedMode determines the embedding mode.

     
    Public PropertyGets the GrapeCity.Documents.Text.Font associated with this FontHandler.  
    Public PropertyGets or sets the flags that allow fine-tuning the creation of subset for this font.

    By default this is null, which indicates that GcPdf will select appropriate flags automatically.

     
    Public PropertyGets the FontHandlerCollection containing this FontHandler.  
    Public PropertyGets a value indicating whether the current font is actually used in the document.  
    Public PropertyGets or sets a GrapeCity.Documents.Text.Utf32CodeSet object that specifies which Unicode characters will be included in the embedded subset in addition to the glyphs used in the static document content.

    By default this property is null.

     
    Top
    See Also