IDWriteTextRenderer

Undocumented in source.

Members

Functions

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.

Inherited Members

From IDWritePixelSnapping

GetCurrentTransform
HRESULT GetCurrentTransform(void* ClientDrawingContext, DWRITE_MATRIX* Transform)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPixelsPerDip
HRESULT GetPixelsPerDip(void* ClientDrawingContext, float* PixelsPerDip)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
IsPixelSnappingEnabled
HRESULT IsPixelSnappingEnabled(void* ClientDrawingContext, bool* IsDisabled)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta