IDWriteFontSet1

Undocumented in source.
version(Windows)
interface IDWriteFontSet1 : IDWriteFontSet {}

Members

Functions

CreateFontFace
HRESULT CreateFontFace(uint listIndex, IDWriteFontFace5* fontFace)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateFontResource
HRESULT CreateFontResource(uint listIndex, IDWriteFontResource* fontResource)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFilteredFontIndices
HRESULT GetFilteredFontIndices(DWRITE_FONT_PROPERTY* properties, uint propertyCount, bool selectAnyProperty, uint* indices, uint maxIndexCount, uint* actualIndexCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFilteredFontIndices
HRESULT GetFilteredFontIndices(DWRITE_FONT_AXIS_RANGE* fontAxisRanges, uint fontAxisRangeCount, bool selectAnyRange, uint* indices, uint maxIndexCount, uint* actualIndexCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFilteredFonts
HRESULT GetFilteredFonts(DWRITE_FONT_PROPERTY* properties, uint propertyCount, bool selectAnyProperty, IDWriteFontSet1* filteredFontSet)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFilteredFonts
HRESULT GetFilteredFonts(DWRITE_FONT_AXIS_RANGE* fontAxisRanges, uint fontAxisRangeCount, bool selectAnyRange, IDWriteFontSet1* filteredFontSet)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFilteredFonts
HRESULT GetFilteredFonts(uint* indices, uint indexCount, IDWriteFontSet1* filteredFontSet)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFirstFontResources
HRESULT GetFirstFontResources(IDWriteFontSet1* filteredFontSet)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFontAxisRanges
HRESULT GetFontAxisRanges(DWRITE_FONT_AXIS_RANGE* fontAxisRanges, uint maxFontAxisRangeCount, uint* actualFontAxisRangeCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFontAxisRanges
HRESULT GetFontAxisRanges(uint listIndex, DWRITE_FONT_AXIS_RANGE* fontAxisRanges, uint maxFontAxisRangeCount, uint* actualFontAxisRangeCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFontFaceReference
HRESULT GetFontFaceReference(uint listIndex, IDWriteFontFaceReference1* fontFaceReference)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFontLocality
DWRITE_LOCALITY GetFontLocality(uint listIndex)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetMatchingFonts
HRESULT GetMatchingFonts(DWRITE_FONT_PROPERTY* fontProperty, DWRITE_FONT_AXIS_VALUE* fontAxisValues, uint fontAxisValueCount, IDWriteFontSet1* matchingFonts)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From IDWriteFontSet

GetFontCount
uint GetFontCount()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFontFaceReference
HRESULT GetFontFaceReference(uint listIndex, IDWriteFontFaceReference* fontFaceReference)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FindFontFace
HRESULT FindFontFace(IDWriteFontFace fontFace, uint* listIndex, bool* exists)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FindFontFaceReference
HRESULT FindFontFaceReference(IDWriteFontFaceReference fontFaceReference, uint* listIndex, bool* exists)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPropertyValues
HRESULT GetPropertyValues(uint listIndex, DWRITE_FONT_PROPERTY_ID propertyId, bool* exists, IDWriteLocalizedStrings* values)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPropertyValues
HRESULT GetPropertyValues(DWRITE_FONT_PROPERTY_ID propertyId, wchar* preferredLocaleNames, IDWriteStringList* values)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPropertyValues
HRESULT GetPropertyValues(DWRITE_FONT_PROPERTY_ID propertyId, IDWriteStringList* values)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPropertyOccurrenceCount
HRESULT GetPropertyOccurrenceCount(DWRITE_FONT_PROPERTY* property, uint* propertyOccurrenceCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetMatchingFonts
HRESULT GetMatchingFonts(wchar* familyName, DWRITE_FONT_WEIGHT fontWeight, DWRITE_FONT_STRETCH fontStretch, DWRITE_FONT_STYLE fontStyle, IDWriteFontSet* filteredSet)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta