Struct UnicodeMapping
Represents a Unicode to font position mapping.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Cosmos.System.Graphics.Fonts
Assembly: Cosmos.System2.dll
Syntax
public struct UnicodeMapping
Fields
| Improve this Doc View SourceASCIICharacters
Declaration
public List<byte> ASCIICharacters
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Byte> |
FontPosition
Declaration
public int FontPosition
Field Value
Type | Description |
---|---|
System.Int32 |
UnicodeCharacters
Declaration
public List<ushort> UnicodeCharacters
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.UInt16> |
UnicodeCharactersWithModifiers
Declaration
public List<ushort[]> UnicodeCharactersWithModifiers
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.UInt16[]> |