Table of Contents

Struct ProgramGlyph

Namespace
Songhay.Models
Assembly
SonghayCore.dll

Defines a Unicode glyphic character

public readonly record struct ProgramGlyph : IEquatable<ProgramGlyph>
Implements
Inherited Members
Extension Methods

Properties

Character

Gets or sets the character, usually the Unicode Point.

public string Character { get; init; }

Property Value

string

HtmlEntityName

Gets or sets the name of the HTML entity.

public string HtmlEntityName { get; init; }

Property Value

string

UnicodeGroup

Gets or sets the unicode group.

public string UnicodeGroup { get; init; }

Property Value

string

UnicodeInteger

Gets or sets the unicode integer.

public int UnicodeInteger { get; }

Property Value

int

UnicodeName

Gets or sets the name of the unicode.

public string UnicodeName { get; init; }

Property Value

string

UnicodePoint

Gets or sets the unicode point.

public string UnicodePoint { get; init; }

Property Value

string

Utf8UrlEncoding

Gets or sets the UTF8 URL encoding.

public string Utf8UrlEncoding { get; init; }

Property Value

string

Windows1252UrlEncoding

Gets or sets the windows1252 URL encoding.

public string Windows1252UrlEncoding { get; init; }

Property Value

string

XmlEntityNumber

Gets or sets the XML entity number.

public string XmlEntityNumber { get; init; }

Property Value

string