- 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.
- 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.
- 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.
- 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.
- 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.
- AnalyzeContainerType
DWRITE_CONTAINER_TYPE AnalyzeContainerType(void* fileData, uint fileDataSize)
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(IDWriteFontSetBuilder1* fontSetBuilder)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateHttpFontFileLoader
HRESULT CreateHttpFontFileLoader(wchar* referrerUrl, wchar* extraHeaders, IDWriteRemoteFontFileLoader* newLoader)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateInMemoryFontFileLoader
HRESULT CreateInMemoryFontFileLoader(IDWriteInMemoryFontFileLoader* newLoader)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- UnpackFontFile
HRESULT UnpackFontFile(DWRITE_CONTAINER_TYPE containerType, void* fileData, uint fileDataSize, IDWriteFontFileStream* unpackedFontStream)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.