Difference between revisions of "Unit Latin1 8x10"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Reference === Description === ---- Latin1_8x10 is a font unit containing a bitmap console font in Ultibo format with each character 8 pixe...")
 
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
----
 
----
 +
 +
'''Ultibo Latin1_8x10 Font unit'''
  
 
Latin1_8x10 is a font unit containing a bitmap console font in Ultibo format with each character 8 pixels wide by 10 pixels high.
 
Latin1_8x10 is a font unit containing a bitmap console font in Ultibo format with each character 8 pixels wide by 10 pixels high.
Line 12: Line 14:
 
----
 
----
  
''None''
+
''None defined''
  
 
=== Type definitions ===
 
=== Type definitions ===
 
----
 
----
  
''None''
+
''None defined''
  
 
=== Public variables ===
 
=== Public variables ===
 
----
 
----
  
''None''
+
''None defined''
  
 
=== Function declarations ===
 
=== Function declarations ===
 
----
 
----
  
''None''
+
''None defined''
  
  
 
Return to [[Unit_Reference|Unit Reference]]
 
Return to [[Unit_Reference|Unit Reference]]

Latest revision as of 06:01, 31 August 2021

Return to Unit Reference


Description


Ultibo Latin1_8x10 Font unit

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

To use this font include Latin1_8x10 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-8x10') 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