Table of Contents

Method GetGlyphRunOutline

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

GetGlyphRunOutline(float, ReadOnlySpan<ushort>, ReadOnlySpan<float>, ReadOnlySpan<GlyphOffset>, bool, bool, ISimplifiedGeometrySink)

void GetGlyphRunOutline(float emSize, ReadOnlySpan<ushort> glyphIndices, ReadOnlySpan<float> glyphAdvances, ReadOnlySpan<GlyphOffset> glyphOffsets, bool isSideways, bool isRightToLeft, ISimplifiedGeometrySink geometrySink)

Parameters

emSize float
glyphIndices ReadOnlySpan<ushort>
glyphAdvances ReadOnlySpan<float>
glyphOffsets ReadOnlySpan<GlyphOffset>
isSideways bool
isRightToLeft bool
geometrySink ISimplifiedGeometrySink