[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Text.FontType3.CreateNativeFont

CreateNativeFont Method

CreateNativeFont()

Gets a 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).

Declaration
public override Font CreateNativeFont()
Public Overrides Function CreateNativeFont() As Font
Returns
Type Description
Font

The Font object.

Overrides