- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.