ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / FontFamily Class / GetMatchingFonts Method

In This Topic
    GetMatchingFonts Method
    In This Topic
    HRESULT IDWriteFontFamily::GetMatchingFonts([In] DWRITE_FONT_WEIGHT weight,[In] DWRITE_FONT_STRETCH stretch,[In] DWRITE_FONT_STYLE style,[Out] IDWriteFontList** matchingFonts)
    Syntax
    'Declaration
     
    Public Function GetMatchingFonts( _
       ByVal weight As FontWeight, _
       ByVal stretch As FontStretch, _
       ByVal style As FontStyle _
    ) As FontList
    public FontList GetMatchingFonts( 
       FontWeight weight,
       FontStretch stretch,
       FontStyle style
    )

    Parameters

    weight
    stretch
    style
    See Also