Difference between revisions of "Unit Latin1 8x12"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Reference === Description === ---- Latin1_8x12 is a font unit containing a bitmap console font in Ultibo format with each character 8 pixe...")
(No difference)

Revision as of 04:10, 24 August 2016

Return to Unit Reference


Description


Latin1_8x12 is a font unit containing a bitmap console font in Ultibo format with each character 8 pixels wide by 12 pixels high.

To use this font include Latin1_8x12 in the uses clause of any unit in your program. The font will automatically register itself during startup and will be available for use by calling FontFindByName('Latin1-8x12') which will return a font handle that can be passed to other functions.

Constants


None

Type definitions


None

Public variables


None

Function declarations


None


Return to Unit Reference