Struct ProgramGlyph
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
HtmlEntityName
Gets or sets the name of the HTML entity.
public string HtmlEntityName { get; init; }
Property Value
UnicodeGroup
Gets or sets the unicode group.
public string UnicodeGroup { get; init; }
Property Value
UnicodeInteger
Gets or sets the unicode integer.
public int UnicodeInteger { get; }
Property Value
UnicodeName
Gets or sets the name of the unicode.
public string UnicodeName { get; init; }
Property Value
UnicodePoint
Gets or sets the unicode point.
public string UnicodePoint { get; init; }
Property Value
Utf8UrlEncoding
Gets or sets the UTF8 URL encoding.
public string Utf8UrlEncoding { get; init; }
Property Value
Windows1252UrlEncoding
Gets or sets the windows1252 URL encoding.
public string Windows1252UrlEncoding { get; init; }
Property Value
XmlEntityNumber
Gets or sets the XML entity number.
public string XmlEntityNumber { get; init; }