]> git.mjollnir.org Git - moodle.git/commitdiff
Some info about this directory
authormoodler <moodler>
Tue, 21 Jan 2003 09:21:20 +0000 (09:21 +0000)
committermoodler <moodler>
Tue, 21 Jan 2003 09:21:20 +0000 (09:21 +0000)
lang/en/fonts/README.txt [new file with mode: 0644]

diff --git a/lang/en/fonts/README.txt b/lang/en/fonts/README.txt
new file mode 100644 (file)
index 0000000..c71ce04
--- /dev/null
@@ -0,0 +1,16 @@
+Fonts
+-----
+
+This directory contains fonts that are used when creating 
+images with text.
+
+The only one used currently is default.ttf
+
+If a language doesn't have the font here then the one in
+/lang/en/fonts/default.ttf is used instead.
+
+Multibyte strings will need decoding, because the Truetype 
+routines expect ISO fonts or Unicode strings.  If there is a 
+file here called lang_decode.php, containing a function 
+called lang_decode(), then it will be used on each string.
+