Questions tagged [pixel-fonts]
5 questions
35
votes
5 answers
Make dialogs compatible with "large fonts".
Which do you think are best practices for making a windows dialog compatible both with standard fonts (96 dpi) and "large fonts" setting (120 dpi) so that objects don't overlap or get cut off?
BTW: Just in case it's relevant, I'm interested in doing…

Narcís Calvet
- 7,304
- 5
- 27
- 47
4
votes
3 answers
What libraries are available to help create 2D Java games for phones?
I want to begin developing 2D Java games for phones (on J2ME) therefore I'd like to know if any libraries or "engines" exist to help out in the various graphical tasks:
Drawing text with pixel fonts?
Drawing bitmaps for sprites with multiple frames…

Robin Rodricks
- 110,798
- 141
- 398
- 607
1
vote
1 answer
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, smoothing, vectorization or any transformations). It's a…

Alexander Kosenkov
- 1,597
- 1
- 10
- 21
1
vote
1 answer
AS3: Cannot type in an input TextField with an embedded pixel font
In order to use a pixel font in my textfields, I have created a font class in the Flash IDE. Then, I created a TextField instance with the font embedded with the anti aliasing set to bitmap. I export an SWC with all those things.
I created a class…

jansensan
- 633
- 1
- 8
- 23
0
votes
4 answers
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:
ibm-style font http://dwarf.lendemaindeveille.com/images/0/0e/CGA8x8thick.png
I need more or less every character shown here,…

Adam Rezich
- 3,122
- 6
- 31
- 39