Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

libgdx - Trying to load ttf font using asset manager

I tried to load a ttf font using an AssetManager like this: ...
DimChtz's user avatar
  • 101
0 votes
2 answers
627 views

Inverting a Font? [closed]

How can I invert a font like so: See here: This is my own .ttf font, I can edit it. The image that I posted was inverted manually by me. I am searching for a way ...
user avatar
9 votes
6 answers
2k views

Why can't I read .ttf file when running Android configuration?

When running or debugging my game on Android device, I get this error in the logcat: com.badlogic.gdx.utils.GdxRuntimeException: Error reading file: data/fonts/myFont.ttf (Internal) Which is ...
Davide Cattani's user avatar
0 votes
1 answer
347 views

TTF fonts are being converted to image in CPU or GPU?

Once I use a TTF font, when they are being converted to images to be rendered? Does CPU or GPU do the conversion? How heavy is that operation?
Narek's user avatar
  • 1,337