TextStudioDirtyGlyphView
public readonly struct TextStudioDirtyGlyphViewRead-only view of the glyphs changed for the current frame.
Methods
Section titled “Methods”
IsDirty(int)
Section titled “IsDirty(int)”public bool IsDirty(int glyphIndex)Reports whether one visible glyph must be refreshed.
Parameters
| Name | Type |
|---|---|
glyphIndex |
System.Int32 |
Returns
System.Boolean
AreAllDirty(int)
Section titled “AreAllDirty(int)”public bool AreAllDirty(int glyphCount)Reports whether every glyph in the requested prefix must be refreshed.
Parameters
| Name | Type |
|---|---|
glyphCount |
System.Int32 |
Returns
System.Boolean
AnyDirtyInRange(int, int)
Section titled “AnyDirtyInRange(int, int)”public bool AnyDirtyInRange(int start, int count)Reports whether any glyph in a bounded range must be refreshed.
Parameters
| Name | Type |
|---|---|
start |
System.Int32 |
count |
System.Int32 |
Returns
System.Boolean
Properties
Section titled “Properties”
IsCreated
Section titled “IsCreated”public bool IsCreated { get; }Returns
System.Boolean