Difference between revisions of "Unit Latin1 8x14"
From Ultibo.org
| Line 4: | Line 4: | ||
=== Description === | === Description === | ||
---- | ---- | ||
| + | |||
| + | '''Ultibo Latin1_8x14 font unit''' | ||
Latin1_8x14 is a font unit containing a bitmap console font in Ultibo format with each character 8 pixels wide by 14 pixels high. | Latin1_8x14 is a font unit containing a bitmap console font in Ultibo format with each character 8 pixels wide by 14 pixels high. | ||
Revision as of 06:06, 19 December 2016
Return to Unit Reference
Description
Ultibo Latin1_8x14 font unit
Latin1_8x14 is a font unit containing a bitmap console font in Ultibo format with each character 8 pixels wide by 14 pixels high.
To use this font include Latin1_8x14 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-8x14') which will return a font handle that can be passed to other functions.
Constants
None defined
Type definitions
None defined
Public variables
None defined
Function declarations
None defined
Return to Unit Reference