ReactOS 0.4.17-dev-934-g091855f
IDWriteFontFamily Interface Reference
Inheritance diagram for IDWriteFontFamily:
Collaboration diagram for IDWriteFontFamily:

Public Member Functions

HRESULT GetFamilyNames ([out] IDWriteLocalizedStrings **names)
 
HRESULT GetFirstMatchingFont ([in] DWRITE_FONT_WEIGHT weight, [in] DWRITE_FONT_STRETCH stretch, [in] DWRITE_FONT_STYLE style, [out] IDWriteFont **font)
 
HRESULT GetMatchingFonts ([in] DWRITE_FONT_WEIGHT weight, [in] DWRITE_FONT_STRETCH stretch, [in] DWRITE_FONT_STYLE style, [out] IDWriteFontList **fonts)
 
- Public Member Functions inherited from IDWriteFontList
HRESULT GetFontCollection ([out] IDWriteFontCollection **collection)
 
UINT32 GetFontCount ()
 
HRESULT GetFont ([in] UINT32 index, [out] IDWriteFont **font)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknown * LPUNKNOWN
 

Detailed Description

Definition at line 862 of file dwrite.idl.

Member Function Documentation

◆ GetFamilyNames()

HRESULT IDWriteFontFamily::GetFamilyNames ( [out] IDWriteLocalizedStrings **  names)

◆ GetFirstMatchingFont()

HRESULT IDWriteFontFamily::GetFirstMatchingFont ( [in] DWRITE_FONT_WEIGHT  weight,
[in] DWRITE_FONT_STRETCH  stretch,
[in] DWRITE_FONT_STYLE  style,
[out] IDWriteFont **  font 
)

◆ GetMatchingFonts()

HRESULT IDWriteFontFamily::GetMatchingFonts ( [in] DWRITE_FONT_WEIGHT  weight,
[in] DWRITE_FONT_STRETCH  stretch,
[in] DWRITE_FONT_STYLE  style,
[out] IDWriteFontList **  fonts 
)

The documentation for this interface was generated from the following file: