Table of Contents

Constructor GlyphRun

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

GlyphRun(IFontFace, float, ReadOnlySpan<ushort>, ReadOnlySpan<float>, ReadOnlySpan<GlyphOffset>, bool, int)

public GlyphRun(IFontFace fontFace, float fontEmSize, ReadOnlySpan<ushort> glyphIndices, ReadOnlySpan<float> glyphAdvances, ReadOnlySpan<GlyphOffset> glyphOffsets, bool isSideways, int bidiLevel)

Parameters

fontFace IFontFace
fontEmSize float
glyphIndices ReadOnlySpan<ushort>
glyphAdvances ReadOnlySpan<float>
glyphOffsets ReadOnlySpan<GlyphOffset>
isSideways bool
bidiLevel int