2004/06/24 06:28:05 hdu 1.8.126.10: #21821# use CTL processing for diacritical marks
2004/06/23 08:18:50 hdu 1.8.126.9: #i26679# fix typo
2004/06/18 09:12:57 hdu 1.8.126.8: #i26679# make ImplFontCharMap refcount usable from outside
2004/06/18 09:00:38 hdu 1.8.126.7: #i26679# better export of default ImplFontCharMap
2004/05/25 09:01:10 hdu 1.8.126.6: #i26679# special case for default charmap
2004/05/25 07:18:16 hdu 1.8.126.5: #i26679# export more symbols
2004/05/24 12:49:44 hdu 1.8.126.4: #i26679# add FontCharMap::CountCharsInRange()
2004/05/19 15:39:00 hdu 1.8.126.3: #i26679# pImpl-ify fontcharmap and fontmetric
2004/05/12 13:47:49 hdu 1.8.126.2: #i26679# use CJK/CTL flags
2004/03/25 16:38:56 hdu 1.8.126.1: Font Management Refactoring, first step:
Keep the externally visible original algorithms intact
Split up the ImplFontCache::Get(..) monster method
Make implicit relationships between font management classes explicit
Allow derivation from ImplFontData+ImplFontEntry for font technology specific caching
Get rid of linear searches in mainstream code, use efficient STL containers
Get rid of some obsolete data types BOOL->bool, USHORT->int, etc.
Improve infrastructure for unicode surrogate processing