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

In This Topic
    FontDescriptor Class Members
    In This Topic

    The following tables list the members exposed by FontDescriptor.

    Public Properties
     NameDescription
    Public PropertyGets the maximum height above the baseline reached by glyphs in this font, excluding the height of glyphs for accented characters.  
    Public PropertyGets the average width of glyphs in the font.  
    Public PropertyGets the vertical coordinate of the top of flat capital letters, measured from the baseline.  
    Public PropertyGets the maximum depth below the baseline reached by glyphs in this font. The value is a negative number.  
    Public PropertyGets the flags defining various characteristics of the font.  
    Public PropertyGets a rectangle expressed in the glyph coordinate system, specifying the font bounding box. This is the smallest rectangle enclosing the shape that would result if all of the glyphs of the font were placed with their origins coincident and then filled.  
    Public PropertyGets the preferred font family name. For example, for the font Times Bold Italic, the FontFamily is Times.  
    Public PropertyGets the font stretch value.  
    Public PropertyGets the weight (thickness) component of the fully-qualified font name or font specifier.  
    Public PropertyGets the angle, expressed in degrees counterclockwise from the vertical, of the dominant vertical strokes of the font.  
    Public PropertyGets the spacing between baselines of consecutive lines of text.  
    Public PropertyGets the maximum width of glyphs in the font.  
    Public PropertyGets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>)
    Public PropertyGets the thickness, measured vertically, of the dominant horizontal stems of glyphs in the font.  
    Public PropertyGets the thickness, measured horizontally, of the dominant vertical stems of glyphs in the font.  
    Public PropertyGets the font's x height: the vertical coordinate of the top of flat non ascending lowercase letters (like the letter x), measured from the baseline, in fonts that have Latin characters.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Top
    See Also