Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / FontCache Class / GetFontFace Method
The source GrapeCity.Documents.Text.Font object.

In This Topic
    GetFontFace Method
    In This Topic
    Gets an instance of the GrapeCity.Documents.DX.DirectWrite.FontFace for a given GrapeCity.Documents.Text.Font.
    Syntax
    'Declaration
     
    Public Function GetFontFace( _
       ByVal font As Font _
    ) As FontFace
    public FontFace GetFontFace( 
       Font font
    )

    Parameters

    font
    The source GrapeCity.Documents.Text.Font object.

    Return Value

    The resulting GrapeCity.Documents.DX.DirectWrite.FontFace.
    See Also