Omer I.S 52ed8bb0fc Rename SHUNEET LICENSE.txt to SHUNEET_LICENSE.txt il y a 4 ans
..
Deva-voy-white-big.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
Deva-voy-white.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
Deva-white-big.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
Deva-white.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
NOTO_SANS_LICENSE.txt 60583e0183 Rename NOTO_SANS_LICENSE to NOTO_SANS_LICENSE.txt il y a 4 ans
NotoSansCJKjp-Medium.otf 15cb778aff Add fallback fonts for languages which the normal SuperTux font doesn't contain glyphs for il y a 6 ans
NotoSansDevanagari-Medium.ttf 15cb778aff Add fallback fonts for languages which the normal SuperTux font doesn't contain glyphs for il y a 6 ans
README 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
SHUNEET_LICENSE.txt 52ed8bb0fc Rename SHUNEET LICENSE.txt to SHUNEET_LICENSE.txt il y a 4 ans
SuperTux-Medium.ttf 1b2c63c065 Merge Arabic Noto font into SuperTux Medium il y a 6 ans
andale10.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
andale12.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
ara-white-big.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
ara-white-small.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
ara-white.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
console2.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
cyr-white-big.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
cyr-white-small.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
cyr-white.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
greek-white-big.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
greek-white-small.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
greek-white.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
ko-white-big.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
ko-white-small.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
ko-white.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
shuneet3-medium.otf 4b568aaa1c Replace Yehuda CLM with Shuneet il y a 4 ans
white-big.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
white-small.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
white.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
zh-white-big.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
zh-white-small.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans
zh-white.stf 56cd6ed40f Change my description to project lead ad interim il y a 8 ans

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)
)
)