Top "Bitmap-fonts" questions

Non-scalable font made out of bitmap images rather than vector data like in Truetype fonts.

How to convert a bitmap font (.FON) into a truetype font (.TTF)?

My program (win32, Delphi) needs to display special chars in some columns of a table. To do that I use …

fonts truetype bitmap-fonts
How to convert TTF to FNT with Fontforge

I have a TTF font, that needs to be converted in FNT (and ideally in pcf too). I tried Fontforge, …

fonts bitmap-fonts fontforge
How set Libgdx bitmap font size?

I'm rendering on screen the game fps using bitmap font but there are no methods for the size. This is …

java libgdx size bitmap-fonts
The correct way to draw text in OpenGL ES 2

I am using PowerVR OpenGL ES 2 SDK to develop my game on Windows with C++ then I can port it …

android iphone c++ opengl-es-2.0 bitmap-fonts
How to draw a bitmapfont on a stage in libgdx?

This is my current render method on my level in my Libgdx game. I am trying to draw a BitmapFont …

android game-engine libgdx stage bitmap-fonts
Where I can find .fon format specification?

I'm thinking about making a bitmap font editor, but I'm completely unable to find any information about .fon internal structure. …

file fonts format specifications bitmap-fonts
I need a Windows-compatible, square pixel font

I'm looking for a square pixel font, preferably 8x8 pixels per character. I would like it to look something like …

fonts pixel-fonts bitmap-fonts
Draw a BitmapFont rotated in libgdx

I can't seem to figure out how to rotate a Bitmap font correctly. I think you modify the transformation matrix …

java matrix rotation libgdx bitmap-fonts