- DrawGlyphRun
HRESULT DrawGlyphRun(void* ClientDrawingContext, float BaselineOriginX, float BaselineOriginY, DWRITE_MEASURING_MODE MeasuringMode, DWRITE_GLYPH_RUN* GlyphRun, DWRITE_GLYPH_RUN_DESCRIPTION* GlyphRunDescription, IUnknown ClientDrawingEffect)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- DrawInlineObject
HRESULT DrawInlineObject(void* ClientDrawingContext, float OriginX, float OriginY, IDWriteInlineObject* InlineObject, bool IsSideways, bool IsRightToLeft, IUnknown* ClientDrawingEffect)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- DrawStrikethrough
HRESULT DrawStrikethrough(void* ClientDrawingContext, float BaselineOriginX, float BaselineOriginY, DWRITE_STRIKETHROUGH* Strikethrough, IUnknown* ClientDrawingEffect)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- DrawUnderline
HRESULT DrawUnderline(void* ClientDrawingContext, float BaselineOriginX, float BaselineOriginY, DWRITE_UNDERLINE* Underline, IUnknown* ClientDrawingEffect)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.