Marty 29875d363b Use code font for console and script editor (#2919) пре 6 месеци
..
DEKKO_LICENSE.txt eb199d384f Replace the Hebrew and Devanagari fonts and add my name to the translator credits (#1762) пре 3 година
Dekko-Regular.ttf eb199d384f Replace the Hebrew and Devanagari fonts and add my name to the translator credits (#1762) пре 3 година
Deva-voy-white-big.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
Deva-voy-white.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
Deva-white-big.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
Deva-white.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
MapoBackpacking.ttf b76e67086b Font korean changed (#2330) пре 2 година
MapoBackpacking_License.txt b76e67086b Font korean changed (#2330) пре 2 година
NOTO_SANS_LICENSE.txt 60583e0183 Rename NOTO_SANS_LICENSE to NOTO_SANS_LICENSE.txt пре 4 година
NotoSans-Regular.ttf 02711d9070 Display languages localized (#2610) пре 1 година
NotoSansArmenian-Regular.ttf 02711d9070 Display languages localized (#2610) пре 1 година
NotoSansCJKjp-Medium.otf 15cb778aff Add fallback fonts for languages which the normal SuperTux font doesn't contain glyphs for пре 5 година
NotoSansKhmer-Regular.ttf 02711d9070 Display languages localized (#2610) пре 1 година
NotoSansMalayalam-Regular.ttf 02711d9070 Display languages localized (#2610) пре 1 година
README 56cd6ed40f Change my description to project lead ad interim пре 8 година
Roboto-Regular.ttf 14ac958c71 Custom particles (#1544) пре 4 година
SOURCECODEPRO_LICENSE.md 29875d363b Use code font for console and script editor (#2919) пре 6 месеци
SourceCodePro-Medium.ttf 29875d363b Use code font for console and script editor (#2919) пре 6 месеци
SuperTux-Medium.ttf cfeab6f92d Update SuperTux-Medium.ttf (#2371) пре 1 година
VARELA_ROUND_LICENSE.txt eb199d384f Replace the Hebrew and Devanagari fonts and add my name to the translator credits (#1762) пре 3 година
VarelaRound-Regular.ttf eb199d384f Replace the Hebrew and Devanagari fonts and add my name to the translator credits (#1762) пре 3 година
andale10.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
andale12.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
ara-white-big.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
ara-white-small.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
ara-white.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
console2.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
cyr-white-big.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
cyr-white-small.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
cyr-white.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
greek-white-big.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
greek-white-small.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
greek-white.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
ko-white-big.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
ko-white-small.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
ko-white.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
white-big.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
white-small.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
white.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
zh-white-big.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
zh-white-small.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година
zh-white.stf 56cd6ed40f Change my description to project lead ad interim пре 8 година

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