Table of Contents

Struct UsedGlyph

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public struct UsedGlyph
Inherited Members
Extension Methods

Properties

Id

public ushort Id { readonly get; set; }

Property Value

ushort

IsAvailable

public bool IsAvailable { readonly get; set; }

Property Value

bool

Length

Length inside existing span

public int Length { readonly get; set; }

Property Value

int

Source

public string Source { readonly get; set; }

Property Value

string

StartIndex

Position inside existing span

public int StartIndex { readonly get; set; }

Property Value

int

Symbol

public int Symbol { readonly get; set; }

Property Value

int

Methods

GetGlyphText()

public ReadOnlySpan<char> GetGlyphText()

Returns

ReadOnlySpan<char>

IsNumber()

public bool IsNumber()

Returns

bool