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 00:52, 1 March 2008 (edit)
Sandman (Talk | contribs)
m
← Previous diff
Revision as of 00:52, 1 March 2008 (edit) (undo)
Sandman (Talk | contribs)
m (How to use)
Next diff →
Line 14: Line 14:
== How to use == == How to use ==
-To be able to use it, you must include the LCD.DLL functionality:+To be able to use it, you must include the TTF.DLL functionality:
-<pre>include "LCD.fh";</pre>+<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. Then you can either use [[load_ttf]]() or [[load_ttfaa]]() or their aliases ([[TTF_Load]]() and [[TTF_LoadAA]]() to load [[font]]s.

Revision as of 00:52, 1 March 2008

Up to DLL's



Contents

Definition

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

Features

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.

Download

Here's a package containing the DLL:

Documentation


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