|
ReactOS 0.4.17-dev-934-g091855f
|


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 |
Definition at line 862 of file dwrite.idl.
| HRESULT IDWriteFontFamily::GetFamilyNames | ( | [out] IDWriteLocalizedStrings ** | names | ) |
| HRESULT IDWriteFontFamily::GetFirstMatchingFont | ( | [in] DWRITE_FONT_WEIGHT | weight, |
| [in] DWRITE_FONT_STRETCH | stretch, | ||
| [in] DWRITE_FONT_STYLE | style, | ||
| [out] IDWriteFont ** | font | ||
| ) |
| HRESULT IDWriteFontFamily::GetMatchingFonts | ( | [in] DWRITE_FONT_WEIGHT | weight, |
| [in] DWRITE_FONT_STRETCH | stretch, | ||
| [in] DWRITE_FONT_STYLE | style, | ||
| [out] IDWriteFontList ** | fonts | ||
| ) |