[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.FontFamily.GetMatchingFonts

GetMatchingFonts Method

GetMatchingFonts(FontWeight, FontStretch, FontStyle)

HRESULT IDWriteFontFamily::GetMatchingFonts([In] DWRITE_FONT_WEIGHT weight,[In] DWRITE_FONT_STRETCH stretch,[In] DWRITE_FONT_STYLE style,[Out] IDWriteFontList** matchingFonts)

Declaration
public FontList GetMatchingFonts(FontWeight weight, FontStretch stretch, FontStyle style)
Public Function GetMatchingFonts(weight As FontWeight, stretch As FontStretch, style As FontStyle) As FontList
Parameters
Type Name Description
FontWeight weight
FontStretch stretch
FontStyle style
Returns
Type Description
FontList