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
IFontFacefontEmSize
floatglyphIndices
ReadOnlySpan<ushort>glyphAdvances
ReadOnlySpan<float>glyphOffsets
ReadOnlySpan<GlyphOffset>isSideways
boolbidiLevel
int