X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/48b980fed3435926e0b3a8d72ecb58be703a1c7a..729e4ab9bc6618bc3d8a898e575df7f4019e29ca:/icuSources/samples/layout/readme.html diff --git a/icuSources/samples/layout/readme.html b/icuSources/samples/layout/readme.html index 79a70051..1db4e306 100644 --- a/icuSources/samples/layout/readme.html +++ b/icuSources/samples/layout/readme.html @@ -5,7 +5,7 @@
+ "Copyright (c) 2001-2010 IBM Corporation and others. All Rights Reserved." />First, download the Thai font. Go to into-asia.com and - click on the link for the Angsana font. This will download a .ZIP file. - Extract the font file, angsd___.ttf On Windows, copy this font file to your - Fonts folder, on Linux, copy this font file to the directory from which + "http://www.freelang.net/fonts/index.php">freelang.net and + click on the link for the Courier Thai font. This will download a .ZIP file. + Extract the Courpro.ttf font. On Windows, copy this font file to your + Fonts folder (note the name of the font after it is installed), on Linux, copy this font file to the directory from which you'll run the layout demo.
-Next is the Hindi font. Go to the NCST site and download raghu.ttf. Be - sure to look at the README file - before you download the font. On Linux, you can download raghu.ttf into the +
Next is the Hindi font. Download the font from Raghindi. On Linux, you can download the font into the directory from which you'll run the layout demo. On Windows, you'll need to install it in your Fonts folder.
@@ -80,6 +77,13 @@ it for longer than a trial period, you should send a shareware fee to James. Directions for how to do this are in CODE2000.HTM. +Be sure that your FontMap.GDI (on Windows) or FontMap.Gnome file (on Linux) contains accurate
+ font names for each script type. For example, the following is a valid FontMap.GDI (assuming you have the correct fonts):
+
DEVANAGARI: Raghindi
THAI: Courier MonoThai
DEFAULT: Code2000
Note that only the Code2000 default font is strictly necessary,
+ and that the other two can simply be commented out by a '#' if you do not wish to use them.
Also note that the FontMap and the sample.txt files have to be in the same directory as the layout executable.
+That's it! Now all you have to do is run letest (CTRL+F5 in Visual C++, or "./gnomelayout" in Linux)