|
| HRESULT | GetMatchingFonts ([in] DWRITE_FONT_PROPERTY const *property, [in] DWRITE_FONT_AXIS_VALUE const *axis_values, [in] UINT32 num_values, [out] IDWriteFontSet1 **fontset) |
| |
| HRESULT | GetFirstFontResources ([out] IDWriteFontSet1 **fontset) |
| |
| HRESULT | GetFilteredFonts__ ([in] UINT32 const *indices, [in] UINT32 num_indices, [out] IDWriteFontSet1 **fontset) |
| |
| HRESULT | GetFilteredFonts_ ([in] DWRITE_FONT_AXIS_RANGE const *axis_ranges, [in] UINT32 num_ranges, [in] BOOL select_any_range, [out] IDWriteFontSet1 **fontset) |
| |
| HRESULT | GetFilteredFonts ([in] DWRITE_FONT_PROPERTY const *props, [in] UINT32 num_properties, [in] BOOL select_any_property, [out] IDWriteFontSet1 **fontset) |
| |
| HRESULT | GetFilteredFontIndices_ ([in] DWRITE_FONT_AXIS_RANGE const *ranges, [in] UINT32 num_ranges, [in] BOOL select_any_range, [out] UINT32 *indices, [in] UINT32 num_indices, [out] UINT32 *actual_num_indices) |
| |
| HRESULT | GetFilteredFontIndices ([in] DWRITE_FONT_PROPERTY const *props, [in] UINT32 num_properties, [in] BOOL select_any_range, [out] UINT32 *indices, [in] UINT32 num_indices, [out] UINT32 *actual_num_indices) |
| |
| HRESULT | GetFontAxisRanges_ ([in] UINT32 font_index, [out] DWRITE_FONT_AXIS_RANGE *axis_ranges, [in] UINT32 num_ranges, [out] UINT32 *actual_num_ranges) |
| |
| HRESULT | GetFontAxisRanges ([out] DWRITE_FONT_AXIS_RANGE *axis_ranges, [in] UINT32 num_ranges, [out] UINT32 *actual_num_ranges) |
| |
| HRESULT | GetFontFaceReference ([in] UINT32 index, [out] IDWriteFontFaceReference1 **reference) |
| |
| HRESULT | CreateFontResource ([in] UINT32 index, [out] IDWriteFontResource **resource) |
| |
| HRESULT | CreateFontFace ([in] UINT32 index, [out] IDWriteFontFace5 **fontface) |
| |
| DWRITE_LOCALITY | GetFontLocality ([in] UINT32 index) |
| |
| UINT32 | GetFontCount () |
| |
| HRESULT | GetFontFaceReference ([in] UINT32 index, [out] IDWriteFontFaceReference **reference) |
| |
| HRESULT | FindFontFaceReference ([in] IDWriteFontFaceReference *reference, [out] UINT32 *index, [out] BOOL *exists) |
| |
| HRESULT | FindFontFace ([in] IDWriteFontFace *fontface, [out] UINT32 *index, [out] BOOL *exists) |
| |
| HRESULT | GetPropertyValues__ ([in] DWRITE_FONT_PROPERTY_ID id, [out] IDWriteStringList **values) |
| |
| HRESULT | GetPropertyValues_ ([in] DWRITE_FONT_PROPERTY_ID id, [in] WCHAR const *preferred_locales, [out] IDWriteStringList **values) |
| |
| HRESULT | GetPropertyValues ([in] UINT32 index, [in] DWRITE_FONT_PROPERTY_ID id, [out] BOOL *exists, [out] IDWriteLocalizedStrings **values) |
| |
| HRESULT | GetPropertyOccurrenceCount ([in] DWRITE_FONT_PROPERTY const *property, [out] UINT32 *count) |
| |
| HRESULT | GetMatchingFonts_ ([in] WCHAR const *family, [in] DWRITE_FONT_WEIGHT weight, [in] DWRITE_FONT_STRETCH stretch, [in] DWRITE_FONT_STYLE style, [out] IDWriteFontSet **fontset) |
| |
| HRESULT | GetMatchingFonts ([in] DWRITE_FONT_PROPERTY const *props, [in] UINT32 count, [out] IDWriteFontSet **fontset) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 464 of file dwrite_3.idl.