ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / FontFace Class / Create Method / Create(Font) Method
the Font to create the FontFace from.

In This Topic
    Create(Font) Method
    In This Topic
    Creates a font face object for the font.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal font As Font _
    ) As FontFace
    public static FontFace Create( 
       Font font
    )

    Parameters

    font
    the Font to create the FontFace from.
    See Also