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

In This Topic
    CreateNativeFont Method (Font)
    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 MustOverride Function CreateNativeFont() As Font
    public abstract Font CreateNativeFont()

    Return Value

    See Also