Difference between revisions of "Unit Sun 12x22"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Reference === Description === ---- Sun_12x22 is a font unit containing a bitmap console font in Ultibo format with each character 12 pixel...")
 
Line 12: Line 12:
 
----
 
----
  
''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]]

Revision as of 06:28, 1 December 2016

Return to Unit Reference


Description


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

To use this font include Sun_12x22 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('Sun-12x22') 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