Tobias Markus 15cb778aff Add fallback fonts for languages which the normal SuperTux font doesn't contain glyphs for 6 tahun lalu
..
Deva-voy-white-big.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
Deva-voy-white.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
Deva-white-big.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
Deva-white.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
NotoSansCJKjp-Medium.otf 15cb778aff Add fallback fonts for languages which the normal SuperTux font doesn't contain glyphs for 6 tahun lalu
NotoSansDevanagari-Medium.ttf 15cb778aff Add fallback fonts for languages which the normal SuperTux font doesn't contain glyphs for 6 tahun lalu
NotoSansHebrew-Medium.ttf 15cb778aff Add fallback fonts for languages which the normal SuperTux font doesn't contain glyphs for 6 tahun lalu
README 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
SuperTux-Medium.ttf 1b2c63c065 Merge Arabic Noto font into SuperTux Medium 6 tahun lalu
andale10.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
andale12.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
ara-white-big.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
ara-white-small.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
ara-white.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
console2.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
cyr-white-big.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
cyr-white-small.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
cyr-white.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
greek-white-big.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
greek-white-small.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
greek-white.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
ko-white-big.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
ko-white-small.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
ko-white.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
white-big.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
white-small.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
white.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
zh-white-big.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
zh-white-small.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu
zh-white.stf 56cd6ed40f Change my description to project lead ad interim 8 tahun lalu

README

These files describes glyphs, contained on images
at data/images/engine/fonts/
(or any subdirectory)

Each file describes separate font.
When extended fonts put in addon, names should be prefixed, like
addonname-foo.stf to be added to font foo.stf

(supertux-font
; height of font and glyph on images
(glyph-height $h)

; default width of glyph on images and width of fixed-font
(glyph-width $w)

; text in this font is written from right-to-left (optional)
(rtl #t)

; one or more surfaces, containing glyph images
(surface

; may override default width
(glyph-width $w)

; may prevent to form variable-width glyphs from this surface
(monospace #t)

; filename containing glyph images,
; related to data/images/engine/fonts/
; any dimentions, RGBS pixel format
(glyphs $filename)

; filename containing shadow images,
; should fit glyph image
(shadows $filename)

; charset definition
; each string represent separate row of glyphs on image
; spaces may be put to skip glyph (not drawn)
(chars
$strings)
)
)