From a43d392c6974d887c3bbd4b73c7eb6a101bf9b12 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 21 Jan 2003 09:21:20 +0000 Subject: [PATCH] Some info about this directory --- lang/en/fonts/README.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lang/en/fonts/README.txt diff --git a/lang/en/fonts/README.txt b/lang/en/fonts/README.txt new file mode 100644 index 0000000000..c71ce0467c --- /dev/null +++ b/lang/en/fonts/README.txt @@ -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. + -- 2.39.5