Fonts: Difference between revisions
Jump to navigation
Jump to search
→Making fonts from bitmaps
Line 179: | Line 179: | ||
=== Making fonts from bitmaps === | === Making fonts from bitmaps === | ||
==== Rulaman's TtfWfnSci ==== | |||
If can be found [http://www.adventuregamestudio.co.uk/forums/index.php?topic=49611.0 here]. | |||
That's the most handy convertor to date, between the 3 formats : TTF, WFN and SCI. | |||
::'''Pros:''' | |||
::* It has a very interesting feature: in other tools, when you render from TTF to bitmap, you can get dirty pixels if some pixels are misaligned. In this tool you have extra options to refine the aligment of pixels. | |||
::'''Cons:''' | |||
::* It's young and might be buggy. | |||
==== Calin Leafshade's SpriteFont renderer ==== | ==== Calin Leafshade's SpriteFont renderer ==== | ||
It can be found | It can be found | ||
::'''Pros:''' | ::'''Pros:''' | ||
Line 204: | Line 217: | ||
That tools was not designed for AGS but it might be a nice alternative to manipulate sprites tables generated from TTF fonts. | That tools was not designed for AGS but it might be a nice alternative to manipulate sprites tables generated from TTF fonts. | ||
You must consider it an additional tool to Calin Leafshade's SpriteFont renderer. | You must consider it an additional tool to Calin Leafshade's SpriteFont renderer. | ||
=== Making TTF Fonts === | === Making TTF Fonts === |