- GetGlyphImageData
HRESULT GetGlyphImageData(ushort glyphId, uint pixelsPerEm, DWRITE_GLYPH_IMAGE_FORMATS glyphImageFormat, DWRITE_GLYPH_IMAGE_DATA* glyphData, void** glyphDataContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetGlyphImageFormats
DWRITE_GLYPH_IMAGE_FORMATS GetGlyphImageFormats()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetGlyphImageFormats
HRESULT GetGlyphImageFormats(ushort glyphId, uint pixelsPerEmFirst, uint pixelsPerEmLast, DWRITE_GLYPH_IMAGE_FORMATS* glyphImageFormats)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReleaseGlyphImageData
void ReleaseGlyphImageData(void* glyphDataContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- AreCharactersLocal
HRESULT AreCharactersLocal(wchar* characters, uint characterCount, bool enqueueIfNotLocal, bool* isLocal)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- AreGlyphsLocal
HRESULT AreGlyphsLocal(ushort* glyphIndices, uint glyphCount, bool enqueueIfNotLocal, bool* isLocal)
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(IDWriteFontFaceReference* fontFaceReference)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetPanose
void GetPanose(DWRITE_PANOSE* panose)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetWeight
DWRITE_FONT_WEIGHT GetWeight()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetStretch
DWRITE_FONT_STRETCH GetStretch()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetStyle
DWRITE_FONT_STYLE GetStyle()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetFamilyNames
HRESULT GetFamilyNames(IDWriteLocalizedStrings* names)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetFaceNames
HRESULT GetFaceNames(IDWriteLocalizedStrings* names)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetInformationalStrings
HRESULT GetInformationalStrings(DWRITE_INFORMATIONAL_STRING_ID informationalStringID, IDWriteLocalizedStrings* informationalStrings, bool* exists)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- HasCharacter
bool HasCharacter(uint unicodeValue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetRecommendedRenderingMode
HRESULT GetRecommendedRenderingMode(float fontEmSize, float dpiX, float dpiY, DWRITE_MATRIX* transform, bool isSideways, DWRITE_OUTLINE_THRESHOLD outlineThreshold, DWRITE_MEASURING_MODE measuringMode, IDWriteRenderingParams* renderingParams, DWRITE_RENDERING_MODE1* renderingMode, DWRITE_GRID_FIT_MODE* gridFitMode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- IsCharacterLocal
bool IsCharacterLocal(uint unicodeValue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- IsGlyphLocal
bool IsGlyphLocal(ushort glyphId)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.