Hello All,
I am a user of a Japanese edition of Windows XP (I live in Japan), and as those others who have used Japanese XP will probrobly have noticed, cleartype is almost non-functional in these builds.
The Japanese font in XP, (By Xerox Corp), is a huge collection containing not only all the kanji, japanese scripts, extended Shift-JIS and EUC character sets, but also the western roman text fonts too. Since, as i mentioned above, cleartype fails on this font containing the entire western & asian sets, as does any other form of anti-aliasing, it essentially means that any font rendering in Japanese XP is horribly aliased.
This frustrated me for a very long time, being the owner of an LCD laptop. So, i decided to make my own version of the Kanji fonts (MsGothic and MSMincho) that would have cleartype enabled, after following the instructions from a Japanese friend and a bit of intuition.
For those of you wishing to do this, here are the steps from the top of my head, you will need to download the command line font handling utilities from MS's Typography site for it to work.
1. First, extract the font from the windows\fonts folder.
2. Split the TTC collection into its TTF files.
3. For each TTF file, strip out the bitmap font data which is used for rendering at the most common sizes.
This is the key to getting Cleartype working, it forces the system to render as glyphs right down to the smallest size
4. For each TTF file, edit the headers to change the name, subtype, and postscript definition for each header entry (Windows, Mac, and again in Japanese). This gives it a new name and ID so it can be installed alongside the original. You can do this with a batch file as its a long task.
5. Rebuild the TTF's back into the original TTC collection, and install it.
I cannot provide the edited font as it is copyright, but this procedure should be perfectly legal for windows owners who already have the bits needed.
Here are the results, both before and after, (Captured on an English Language XP with the new Kanji font installed)
Cleartype On - Edited Font
http://www.geocities.com/darkangelxx2001/ClearTypeOn.pngCleartype On - Unedited Font
http://www.geocities.com/darkangelxx2001/ClearTypeOff.pngHopefully you can see the difference, and also perhaps why it was disabled from the start. The bold, or complex kanji characters almost become black splots. This is probrobly because not only was the font not originally designed with cleartype in mind, but also cleatrype only seems to work in the horizontal axis, not the vertical. So while horizonal features are nicely smoothed, vertical ones are not, and that is kinda of essential for asian text systems.
So, the big question now is, will cleartype
a: be improved into both horizontal and vertical directions for Avalon Text *and* enabled on Japanese fonts? or...
b: will a new Kanji font be provided, if, even with H&V Cleartype, the Xerox-produced font is still unreadable?
This might not be the place to say, but i must say i was something disappointed to see cleartype advertised in XP Japanese, and yet have it fail miserably to work. Surely system builders in Japan must have brought this up with the Text engineers at MS? Out here in the land of Fasionable PC's, everything is LCD, and all the text all looks equally bad.
Thanks for reading,
Mark