- This wiki is out of date, use the continuation of this wiki instead
DLL:TTF.DLL
From FenixWiki
(Difference between revisions)
Revision as of 12:20, 28 February 2008 (edit) Sandman (Talk | contribs) m ← Previous diff |
Current revision (12:28, 1 March 2008) (edit) (undo) Sandman (Talk | contribs) m |
||
(4 intermediate revisions not shown.) | |||
Line 14: | Line 14: | ||
== How to use == | == How to use == | ||
+ | To be able to use it, you must include the TTF.DLL functionality: | ||
+ | <pre>include "TTF.fh";</pre> | ||
+ | Then you can either use [[load_ttf]]() or [[load_ttfaa]]() or their aliases ([[TTF_Load]]() and [[TTF_LoadAA]]() to load [[font]]s. | ||
+ | |||
== Download == | == Download == | ||
Here's a package containing the DLL: | Here's a package containing the DLL: | ||
Line 20: | Line 24: | ||
* [[Media:Ttf.dll(Fenix0.84a).zip|TTF.DLL for Fenix 0.84a]] | * [[Media:Ttf.dll(Fenix0.84a).zip|TTF.DLL for Fenix 0.84a]] | ||
* [[Media:Ttf.dll(Fenix0.92a).zip|TTF.DLL for Fenix 0.92a]] (also 0.93 and before 0.92a) | * [[Media:Ttf.dll(Fenix0.92a).zip|TTF.DLL for Fenix 0.92a]] (also 0.93 and before 0.92a) | ||
+ | |||
+ | Requires ''freetype.DLL'' (included in package). | ||
== Documentation == | == Documentation == | ||
* [[:Functioncategory:ttfdll|TTF.DLL functions]] | * [[:Functioncategory:ttfdll|TTF.DLL functions]] | ||
- | * [[TTF_Globals|TTF.DLL globals]] | ||
- | * [[TTF_Defines|TTF.DLL defines]] | ||
- | * [[TTF_Errorcodes|TTF.DLL errorcodes]] | ||
* [[TTF_Changelog|TTF.DLL changelog]] | * [[TTF_Changelog|TTF.DLL changelog]] | ||
{{Ttfdocbox}} | {{Ttfdocbox}} | ||
{{Dllbox}} | {{Dllbox}} |
Current revision
Contents |
[edit] Definition
TTF.DLL is a DLL for loading True Type fonts into Fenix.
[edit] Features
- Loading of True Type fonts.
- Anti-aliasing functionality.
[edit] How to use
To be able to use it, you must include the TTF.DLL functionality:
include "TTF.fh";
Then you can either use load_ttf() or load_ttfaa() or their aliases (TTF_Load() and TTF_LoadAA() to load fonts.
[edit] Download
Here's a package containing the DLL:
- TTF.DLL for Fenix 0.83b
- TTF.DLL for Fenix 0.84a
- TTF.DLL for Fenix 0.92a (also 0.93 and before 0.92a)
Requires freetype.DLL (included in package).
[edit] Documentation
TTF.DLL Documentation | |
Main • Functions • Changelog |
DLL's | |
• Explosion.DLL • GUI.DLL • Image.DLL • LCD.DLL • Log.dll • MPEG.DLL • Mixer.DLL • Network.DLL • TTF.DLL • |
Categories: Dll | Ttfdll