Class PCScreenFont
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System.Graphics.Fonts
Assembly: Cosmos.System2.dll
Syntax
public class PCScreenFont : Font
Constructors
| Improve this Doc View SourcePCScreenFont(Byte, Byte, Byte[], List<UnicodeMapping>)
Declaration
public PCScreenFont(byte aWidth, byte aHeight, byte[] aData, List<UnicodeMapping> aUnicodeMappings)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | aWidth | |
System.Byte | aHeight | |
System.Byte[] | aData | |
System.Collections.Generic.List<UnicodeMapping> | aUnicodeMappings |
Properties
| Improve this Doc View SourceDefault
Declaration
public static PCScreenFont Default { get; }
Property Value
Type | Description |
---|---|
PCScreenFont |
Methods
| Improve this Doc View SourceCreateVGAFont()
Convert the font so that it can be loaded into VGA
Declaration
public byte[] CreateVGAFont()
Returns
Type | Description |
---|---|
System.Byte[] |
LoadFont(Byte[])
Declaration
public static PCScreenFont LoadFont(byte[] aFontData)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | aFontData |
Returns
Type | Description |
---|---|
PCScreenFont |