- CreateFontFaceReference
HRESULT CreateFontFaceReference(IDWriteFontFile fontFile, uint faceIndex, DWRITE_FONT_SIMULATIONS fontSimulations, DWRITE_FONT_AXIS_VALUE* fontAxisValues, uint fontAxisValueCount, 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(IDWriteFontFile fontFile, uint faceIndex, IDWriteFontResource* fontResource)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetSystemFontSet
HRESULT GetSystemFontSet(bool includeDownloadableFonts, IDWriteFontSet1* fontSet)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetSystemFontCollection
HRESULT GetSystemFontCollection(bool includeDownloadableFonts, DWRITE_FONT_FAMILY_MODEL fontFamilyModel, IDWriteFontCollection2* fontCollection)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateFontCollectionFromFontSet
HRESULT CreateFontCollectionFromFontSet(IDWriteFontSet* fontSet, DWRITE_FONT_FAMILY_MODEL fontFamilyModel, IDWriteFontCollection2* fontCollection)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateFontSetBuilder
HRESULT CreateFontSetBuilder(IDWriteFontSetBuilder2* fontSetBuilder)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateTextFormat
HRESULT CreateTextFormat(wchar* fontFamilyName, IDWriteFontCollection fontCollection, DWRITE_FONT_AXIS_VALUE* fontAxisValues, uint fontAxisValueCount, float fontSize, wchar* localeName, IDWriteTextFormat3* textFormat)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.