Fonts: Difference between revisions
Jump to navigation
Jump to search
→Making bitmap fonts from TTF
Line 216: | Line 216: | ||
'''Difficulties''' | '''Difficulties''' | ||
* It's not always as easy as it sounds, though. You have no guarantee that a TTF font will look good when it's rendered at a small size. [https://typekit.files.wordpress.com/2010/10/gdi-none.png Yuck]. | * It's not always as easy as it sounds, though. You have no guarantee that a TTF font will look good when it's rendered at a small size. Look at this: [https://typekit.files.wordpress.com/2010/10/gdi-none.png Yuck]. | ||
* Additional trouble arises when you start from a TTF font that was designed to look like pixel art (like [http://www.dafont.com/fr/pixeled.font this one]). if any so-called "pixel" (actually vectors) is misaligned at rendering time, then it looks ugly again. | * Additional trouble arises when you start from a TTF font that was designed to look like pixel art (like [http://www.dafont.com/fr/pixeled.font this one]). if any so-called "pixel" (actually vectors) is misaligned at rendering time, then it looks ugly again. | ||