Class PCScreenFont
Inheritance
System.Object
PCScreenFont
Assembly: Cosmos.System2.dll
Syntax
public class PCScreenFont : Font
Constructors
|
Improve this Doc
View Source
PCScreenFont(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 |
|
List<UnicodeMapping> |
aUnicodeMappings |
|
Properties
|
Improve this Doc
View Source
Default
Declaration
public static PCScreenFont Default { get; }
Property Value
Methods
|
Improve this Doc
View Source
CreateVGAFont()
Convert the font so that it can be loaded into VGA
Declaration
public byte[] CreateVGAFont()
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
LoadFont(Byte[])
Declaration
public static PCScreenFont LoadFont(byte[] aFontData)
Parameters
Type |
Name |
Description |
System.Byte[] |
aFontData |
|
Returns