src/FTFont.cpp


Log

Author Commit Date CI Message
henry 56289ce6 2003-06-08T01:09:17 Refactored FTGlyphContainer & FTCharmap. They now store FTGlyphs sequentially rather than by glyph index.
henry 84ab33fd 2003-02-27T22:28:18 Fixed null string bug in BBox
henry 70869a5d 2003-01-08T04:24:36 Added attach from memory function
henry c1e6edfa 2003-01-06T04:10:18 Minor change to BBox
henry 68f91fa8 2002-12-21T05:08:12 Removed DoAdvance function
henry e09409dd 2002-12-21T03:24:09 Refactored BBox()
henry 7033612a 2002-12-20T22:17:06 Removed maekGlyphList function and changes for FTFace
henry a1fe61f2 2002-12-19T10:27:50 Refactored function names
henry 92bc1caf 2002-12-17T04:42:33 Renamed render to Render
henry 59259511 2002-12-16T08:27:39 Refactored FTFont to get rid of Open function
henry 8e8eb8da 2002-12-12T21:47:14 Added CheckGlyph function
henry 13b74f08 2002-12-12T20:46:33 Pushed down numGlyph field
henry c33e0bff 2002-12-11T09:29:47 Minor change to bbox functions
henry 618c11ff 2002-12-10T08:38:55 Changed size calculations to use floats
henry 544a174e 2002-12-04T06:19:57 Error handling in Attach
henry 09dc868f 2002-12-02T06:27:02 Fixed BBox null string bug. Better error handling. Got rid of pre cache flag.
henry 26512166 2002-11-29T08:13:55 Got rid of Close() and improved som error handling
henry c060dacd 2002-11-27T07:39:45 Changes for FTPoint & FTBBox
henry ba82a01b 2002-11-27T06:20:15 Tidied up some float declarations
henry 634f2397 2002-06-22T23:33:44 Added accessors for point size
henry 9013e3ec 2002-06-20T08:22:06 Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes
henry 3413b9a1 2002-06-12T08:56:42 Merged FTGL_1_3_2
henry 3476699a 2002-02-16T00:04:18 Put glyphcontainer back in
henry 5b379896 2002-02-06T02:40:51 inlined the ascender and descender functions
henry ac5532fe 2002-01-09T20:35:52 FTBbox now uses floats rather then ints
henry 6829d29a 2001-12-11T03:56:17 rejigged the advance and render functions to make them sleaner...not really
henry 79fcf371 2001-11-12T22:26:00 fix me
henry b9c932f6 2001-11-12T02:34:21 Added bounding box functions
henry 29f37277 2001-11-04T04:55:43 Unix line endings
henry 789b1cf3 2001-11-04T04:33:30 Changes to allow glyphs to be loaded on the fly... MakeGlyphList is no longer pure virtual. New function MakeGlyph is pure virtual Open now has a flag for pre-cache GlyphContainer builds a list of null pointers advance and render functions check if glyph has been loaded and loads it if it has'nt
henry 7ffb9dc6 2001-09-20T00:22:39 Removed redundant code. Added comments for Advancs()
henry d74f95ce 2001-09-19T04:54:59 Added functions to calc the advance width of a string
henry d70420a4 2001-09-16T21:28:46 Updated comments and added a unicode render function
henry b161bd20 2001-09-14T00:39:36 No longer call face.close(). FTFace is responsible for closing the face.
henry e62d68b3 2001-08-20T22:51:21 Started being more strict with types eg integer indices and sizes are now unsigned.
henry 6acb6ea5 2001-08-19T22:32:57 Updated to reflect changes in FTFace & FTGlyphContainer
henry de2532f4 2001-08-08T01:33:03 Changes to the way charmaps are handled
henry 06d66c75 2001-08-07T21:28:07 Minor tidy ups. Tidied up the error stuff
henry e901ce49 2001-08-06T20:57:54 Changed char* to unsigend char* to fix bug when displaying chars >127
henry 53040dd2 2001-08-05T21:39:02 Minor tidy ups and fixed a couple of compiler warnings
henry 4cd99a38 2001-07-30T02:24:24 Rewrote the way the raster positon is set. The position is now kept in an FT_Vector called pen and pas into the glyphs, rather than the glyph calculating it's on raster position.
henry 019af0d2 2001-07-26T05:11:34 This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.