Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontDescriptor Class
Members

In This Topic
    FontDescriptor Class
    In This Topic
    Specifies metrics and other attributes of a FontSimple or a CIDFont as a whole, as distinct from the metrics of individual glyphs. These font metrics provide information that enables a consumer application to synthesize a substitute font or select a similar font when the font program is unavailable.
    Object Model
    FontDescriptor Class
    Syntax
    'Declaration
     
    Public Class FontDescriptor 
       Inherits GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
    public class FontDescriptor : GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.Text.FontDescriptor

    See Also