Tagged Questions
The bitmap-fonts tag has no wiki summary.
4
votes
6answers
5k views
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 a special font for those columns. I got the font from my client. It is a .FON font. It works good ...
3
votes
1answer
82 views
Generating labeled images for each glyph in a bitmap font file
Is there an easy way to generate a labeled bitmap image for each glyph contained in a given bitmap font file?
I'm trying to convert a collection of Japanese .bdf fonts into a format usable in MATLAB ...
2
votes
1answer
149 views
How to create own bitmap font wiht image on LWUIT?
I use that code
Font bmpfont=Font.createBitmapFont(icon, new int[0], new int[12], "S");
First param is image, second is offset, third is length and fourth is charset. And I get Font object from ...
1
vote
1answer
71 views
How can I use other fonts in Glut - Fungen - Haskell
I'm using the Fungen framework for Haskell and there is a function that uses BitmapFonts. The thing is, that the only BitmapFonts I can use are the ones that come with GLUT, here is the data:
data ...
1
vote
2answers
533 views
Combine several bitmaps into (TrueType) font
I have several (~200) small bitmap files with glyph images. How can I combine them to a single bitmap font file?
Actually, I need a TrueType font created from these bitmaps (with no curves, ...
0
votes
0answers
12 views
Does anyone know a bitmap font class example or a tutorial? [closed]
Working on an iOS (not an openGL) game and would like to use bitmap fonts. I know how to create a sprite-sheet and a control file for it and from there I'm looking for some guidance on how to render a ...
0
votes
1answer
37 views
Display supported characters of a FON font
I would like to be able get the supported characters of a FON font
i am loading the font with AddFontResourceEx from the gdi32.dll
0
votes
1answer
123 views
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 of the SpriteBatch. However, trying to rotate that rotates the text around some point, ...
0
votes
1answer
52 views
BitMap fonts in java
In the game Minecraft, the developers have used a PNG file for screen fonts.
How would I go about doing this in my Java application?
0
votes
1answer
78 views
LWUIT bitmap font
I'm Developing a small application in one of the classes i'm using two buttons , I have used bitmap fonts for all the components used in application (using Resource Editor) for both English and ...
0
votes
1answer
184 views
Scale Bitmapfont clearly with openGL (interpolation)?
I load an bitmapfont (as png image) in my openGL Application to render characters from there at a fixed size. That's working. But: If I want to scale some glyphs at a smaller size it doesnt look ...
0
votes
4answers
949 views
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 this:
I need more or less every character shown here, especially the box drawing ...