C1.Win.C1DX.4.8 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
 

Parameters

font
the Font to create the FontFace from.
See Also