ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / Typography Class / Create Method
an instance of Factory

In This Topic
    Create Method (Typography)
    In This Topic
    Creates a typography object for use in a text layout.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal factory As Factory _
    ) As Typography
    public static Typography Create( 
       Factory factory
    )

    Parameters

    factory
    an instance of Factory
    See Also