IDWriteFontFace3

Undocumented in source.

Members

Functions

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

Inherited Members

From IDWriteFontFace2

GetColorPaletteCount
uint GetColorPaletteCount()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPaletteEntries
HRESULT GetPaletteEntries(uint ColorPaletteIndex, uint FirstEntryIndex, uint EntryCount, DWRITE_COLOR_F* PaletteEntries)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPaletteEntryCount
uint GetPaletteEntryCount()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
IsColorFont
BOOL IsColorFont()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta