Bitmap fonts
#1
AC uses bitmap image to display fonts, but this image contains only latin symbols, so you can't translate it into other language.
Also this image has much free space: 512x512 texture.

Recently I created small tool to generate bitmap fonts with 1-bit/Unicode/UTF-8 and very effective packing algorithm.

This generator can produce such texture:
[Image: vYWxnbQ]
or even
[Image: vYWVtMA]

It's free and open-source. Project page: http://github.com/scriptum/UBFG

You can create texture for each needed language and translate the game:)
Thanks given by:
#2
all we need now is comic sans...
COMIC SAAAAAANS!!!

[Image: 71118_700b.jpg]

Thanks given by:
#3
I've never understood American humor.
Thanks given by:
#4
It's one of the most stupidest and worthwhile humors there is <3
Thanks given by:
#5
Phew, these forums don't have Comic Sans.
Thanks given by:
#6
Gogo Comic Sans!!

Anyway, devs should consider the first post.
Thanks given by:
#7
I think driAn was working on some code for ttf fonts and internationalization for AC a while ago.
Thanks given by:
#8
TTF2Font wiki
TTF2Font Package Releases
Quadropolis page
Thanks given by:
#9
(01 Oct 11, 01:50AM)Orynge Wrote: Gogo Comic Sans!!

Anyway, devs should consider the first post.
COMIC SAAAAAANS!

oh yeah, sorry for changing the topic.
v42 RPG

Thanks given by:
#10
(01 Oct 11, 04:19AM)samsattF Wrote: TTF2Font wiki
TTF2Font Package Releases
Quadropolis page
TTF2Font can only pack latin symbols
TTF2Font doesn't trim glyphs

I know about this program. But font generator I offer produces smaller textures and suppport unicode.
Thanks given by:
#11
(01 Oct 11, 08:37AM)RPG Wrote: TTF2Font doesn't trim glyphs

Yeah dude, but your glyph trimming is exactly what will f*** up the font rendering. It needs that "wasted" space. Did you ever try your textures in-game?
Oh, and you missed the most important feature off TTF2Font: it automatically creates the font config file.
Thanks given by:
#12
(01 Oct 11, 12:17PM)tempest Wrote: Yeah dude, but your glyph trimming is exactly what will f*** up the font rendering. It needs that "wasted" space. Did you ever try your textures in-game?
Enough space of 1 pixel. Do not think that I offer not tested solution.
See it in action:
[Image: tOTEwOQ]
This is russian font Paratype I use in game:
[Image: vOTEwZQ]
(01 Oct 11, 12:17PM)tempest Wrote: Oh, and you missed the most important feature off TTF2Font: it automatically creates the font config file.
I have font config file too:) Of course it has different format due to different rendering technique.
Thanks given by:
#13
Oh, I though this had something, anything, to do with AC. Nevermind then...
Thanks given by:
#14
can u make me one for Segoe UI font
Thanks given by:
#15
You can make any font you want yourself. Download program from github (see 1st post).
Thanks given by:
#16
dude, i need it for windows, not linux, so can u compile me an exe
Thanks given by:
#17
You can download Windows version in Downloads section here: http://github.com/scriptum/UBFG
Thanks given by: