Benjamin Leduc d2cc3abcae Translation and font update 9 yıl önce
..
Deva-voy-white-big.stf 544cd30d6e add RTL info 10 yıl önce
Deva-voy-white.stf 544cd30d6e add RTL info 10 yıl önce
Deva-white-big.stf 544cd30d6e add RTL info 10 yıl önce
Deva-white.stf 544cd30d6e add RTL info 10 yıl önce
README 1ac08923e2 Add explanation to rtl switch to fonts README 10 yıl önce
andale10.stf 544cd30d6e add RTL info 10 yıl önce
andale12.stf 544cd30d6e add RTL info 10 yıl önce
ara-white-big.stf 544cd30d6e add RTL info 10 yıl önce
ara-white-small.stf 544cd30d6e add RTL info 10 yıl önce
ara-white.stf 544cd30d6e add RTL info 10 yıl önce
console2.stf 544cd30d6e add RTL info 10 yıl önce
cyr-white-big.stf 544cd30d6e add RTL info 10 yıl önce
cyr-white-small.stf 544cd30d6e add RTL info 10 yıl önce
cyr-white.stf 544cd30d6e add RTL info 10 yıl önce
greek-white-big.stf 544cd30d6e add RTL info 10 yıl önce
greek-white-small.stf 544cd30d6e add RTL info 10 yıl önce
greek-white.stf 544cd30d6e add RTL info 10 yıl önce
ko-white-big.stf 544cd30d6e add RTL info 10 yıl önce
ko-white-small.stf 544cd30d6e add RTL info 10 yıl önce
ko-white.stf 544cd30d6e add RTL info 10 yıl önce
white-big.stf 544cd30d6e add RTL info 10 yıl önce
white-small.stf 544cd30d6e add RTL info 10 yıl önce
white.stf 544cd30d6e add RTL info 10 yıl önce
zh-white-big.stf 9cc025b8fd translation update 9 yıl önce
zh-white-small.stf 9cc025b8fd translation update 9 yıl önce
zh-white.stf d2cc3abcae Translation and font update 9 yıl önce

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