ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / FontCollection Class / GetFontFromFontFace Method

In This Topic
    GetFontFromFontFace Method
    In This Topic
    HRESULT IDWriteFontCollection::GetFontFromFontFace([In] IDWriteFontFace* fontFace,[Out] IDWriteFont** font)
    Syntax
    'Declaration
     
    Public Function GetFontFromFontFace( _
       ByVal fontFace As FontFace _
    ) As Font
    public Font GetFontFromFontFace( 
       FontFace fontFace
    )

    Parameters

    fontFace
    See Also