kc3-lang/ftgl/src/FTCharmap.cpp

Branch :


Log

Author Commit Date CI Message
5760ea26 2004-12-12 10:01:50 Changed behaviour so that if an errror occurs the object isn't modified. (strong guarantee).
d5e0a0cd 2004-05-09 07:22:41 Changed signed to unsigned for glyph indices
6355a5d0 2004-05-09 07:09:41 Renamed functions for clarity
74b28088 2003-10-19 21:38:42 Moved charmap list function out of FTCharmap into FTFont
0418c75c 2003-10-19 02:40:00 Can now get the list of supported charmaps for the font.
4a42ba2e 2003-10-11 03:41:25 FTCharToGlyphIndexMap::find no longer returns a pointer
56289ce6 2003-06-08 01:09:17 Refactored FTGlyphContainer & FTCharmap. They now store FTGlyphs sequentially rather than by glyph index.
4e8f31ae 2003-06-03 04:01:13 Now takes an FTGL face not a Freetype fac Fixed docs Added glyphIndex function
3f78baa9 2002-12-01 07:50:59 Better error handling and remove platform/encoding function
157770a9 2002-06-21 08:20:08 Remove <map> replaced with FTCharToGlyphIndexMap
9013e3ec 2002-06-20 08:22:06 Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes
15edcb37 2001-12-11 03:53:24 Tidied up includes
21c67961 2001-11-29 01:12:14 Added include for mmgr
e6d42357 2001-10-30 02:51:30 Fixed c_stor to ensure that a valid charmap is created
263722f7 2001-10-25 04:03:06 Re-ordered initialisation lists to keep project builder happy (MAC OSX)
1fd31267 2001-09-17 22:53:09 Set the default encoding
d2b9a63c 2001-09-17 20:58:50 Initial revision