SKHorizontalRunBuffer

Undocumented in source.

Constructors

this
this(SKRunBufferInternal buffer, int count)
Undocumented in source.
this
this(SKRunBufferInternal buffer, int count, int textSize)
Undocumented in source.

Members

Functions

SetPositions
void SetPositions(const(float)[] positions)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SKRunBuffer

internalBuffer
SKRunBufferInternal internalBuffer;
Undocumented in source.
check
void check()
Undocumented in source. Be warned that the author may not have intended to support it.
Size
int Size;
Undocumented in source.
TextSize
int TextSize;
Undocumented in source.
GetGlyphSpan
ushort[] GetGlyphSpan()
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextSpan
byte[] GetTextSpan()
Undocumented in source. Be warned that the author may not have intended to support it.
GetClusterSpan
uint[] GetClusterSpan()
Undocumented in source. Be warned that the author may not have intended to support it.
SetGlyphs
void SetGlyphs(const(ushort)[] glyphs)
Undocumented in source. Be warned that the author may not have intended to support it.
SetText
void SetText(const(byte)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
SetClusters
void SetClusters(const(uint)[] clusters)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta