SKRunBuffer

Undocumented in source.

Constructors

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

Members

Functions

GetClusterSpan
uint[] GetClusterSpan()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
SetClusters
void SetClusters(const(uint)[] clusters)
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.
check
void check()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Size
int Size;
Undocumented in source.
TextSize
int TextSize;
Undocumented in source.
internalBuffer
SKRunBufferInternal internalBuffer;
Undocumented in source.

Meta