Fonts: Difference between revisions

215 bytes removed ,  10 January 2014
Line 293: Line 293:


=== B. The lucky guy's strategy ===
=== B. The lucky guy's strategy ===
This solution makes you use a regular version of AGS, along with TTF fonts used "as-is" (not converted to bitmap).


:1.  Find one (or several similar-looking) TTF font(s) that has(have) all the special characters you need. As said before, many of them even mimic the pixel-art style. (see section "how can I find fonts?"
:1.  Find one (or several similar-looking) TTF font(s) that has(have) all the special characters you need. As said before, many of them even mimic the pixel-art style. (see section "how can I find fonts?"
Line 308: Line 310:


But this has a '''major inconvenience:''' if the fake pixels of the TTF font are slightly off, then some rendered pixels (once the font is converted to real pixels) might get anti-aliased... Which means dirty... A complete disaster. If that happens, you just can't use that font, unless you use one of the other strategies.
But this has a '''major inconvenience:''' if the fake pixels of the TTF font are slightly off, then some rendered pixels (once the font is converted to real pixels) might get anti-aliased... Which means dirty... A complete disaster. If that happens, you just can't use that font, unless you use one of the other strategies.
'''EDIT:''' this issue '''no longer exists''' of you use Rulaman's TtfWfnSci tool (see corresponding section of this document)
|}
|}


Line 318: Line 318:
::*Lots of hazard...
::*Lots of hazard...
::** If you don't find the TTF font with the special characters you need, you're done for.
::** If you don't find the TTF font with the special characters you need, you're done for.
::** If you need a font with a '''special '''outline (like [http://img2.imageshack.us/img2/8323/foacreditsfont.gif this one]), you're done for! (but if you can just stick to AGS' automated outline, you're good) '''EDIT:''' this issue '''no longer exists''' of you use Rulaman's TtfWfnSci tool (see corresponding section of this document)
::** If you need a font with a '''special '''outline (like [http://img2.imageshack.us/img2/8323/foacreditsfont.gif this one]), you're done for! (but if you can just stick to AGS' '''automated''' outline, you're good)
::** As explained above, some fake pixel-art fonts will look dirty once converted from TTF to real pixels. '''EDIT:''' this issue '''no longer exists''' of you use Rulaman's TtfWfnSci tool
::** As explained above, some fake pixel-art fonts will look dirty once converted from TTF to real pixels.


=== C. The mad scientist's strategy ===
=== C. The mad scientist's strategy ===
132

edits