Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontType0 Class / CreateNativeFont Method

In This Topic
    CreateNativeFont Method (FontType0)
    In This Topic
    Gets a GrapeCity.Documents.Text.Font object created from the embedded font data.

    Note that this method will return null if the font is not embedded or does not support this operation (e.g. Type3 fonts).

    Syntax
    'Declaration
     
    Public Overrides Function CreateNativeFont() As Font
    public override Font CreateNativeFont()

    Return Value

    See Also