In attach you can find the screenshot. Upper word is a sprite, lower word is a TextWrap which uses font Biko:
local font = TTFont.new('resources/fonts/ttf/Biko_Regular.ttf', 24, nil, true)
self.level = TextWrap.new('Level', 100, 'left', 2, font) |
I also tried to use class Font instead of TTFont with the font generated by GiderosFontCreator from the same file Biko_Regular.ttf. But in this case result were even worse then on screenshot.
How to make text in textfield look better? In nearby topic I found the game Cosmo Ship and fonts in this game looks great!
Comments