This wiki is out of date, use the continuation of this wiki instead

DLL:TTF.DLL

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 01:59, 1 September 2007 (edit)
Sandman (Talk | contribs)
(Redirecting to TTF DLL)
← Previous diff
Current revision (12:28, 1 March 2008) (edit) (undo)
Sandman (Talk | contribs)
m
 
(5 intermediate revisions not shown.)
Line 1: Line 1:
-#REDIRECT [[TTF_DLL]]+[[Category:dll]]
 +[[Category:ttfdll]]
 + 
 +[[DLLs|'''Up to DLL's''']]
 +----
 + 
 + 
 +== Definition ==
 +TTF.DLL is a [[DLL]] for loading [http://en.wikipedia.org/wiki/TrueType True Type fonts] into [[Fenix]].
 + 
 +== Features ==
 +* Loading of True Type fonts.
 +* [http://en.wikipedia.org/wiki/Anti_aliasing Anti-aliasing] functionality.
 + 
 +== 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 ==
 +Here's a package containing the DLL:
 + 
 +* [[Media:Ttf.dll(Fenix0.83b).zip|TTF.DLL for Fenix 0.83b]]
 +* [[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)
 + 
 +Requires ''freetype.DLL'' (included in package).
 + 
 +== Documentation ==
 +* [[:Functioncategory:ttfdll|TTF.DLL functions]]
 +* [[TTF_Changelog|TTF.DLL changelog]]
 + 
 +{{Ttfdocbox}}
 +{{Dllbox}}

Current revision

Up to DLL's



Contents

[edit] Definition

TTF.DLL is a DLL for loading True Type fonts into Fenix.

[edit] Features

[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:

Requires freetype.DLL (included in package).

[edit] Documentation


TTF.DLL Documentation
MainFunctionsChangelog
DLL's
Explosion.DLLGUI.DLLImage.DLLLCD.DLLLog.dllMPEG.DLLMixer.DLLNetwork.DLLTTF.DLL
Personal tools