kc3-lang/ftgl/include/FTFont.h

Branch :


Log

Author Commit Date CI Message
7033612a 2002-12-20 22:17:06 Removed maekGlyphList function and changes for FTFace
a1fe61f2 2002-12-19 10:27:50 Refactored function names
92bc1caf 2002-12-17 04:42:33 Renamed render to Render
66f17834 2002-12-16 08:53:10 Updated the docs
59259511 2002-12-16 08:27:39 Refactored FTFont to get rid of Open function
8e8eb8da 2002-12-12 21:47:14 Added CheckGlyph function
13b74f08 2002-12-12 20:46:33 Pushed down numGlyph field
618c11ff 2002-12-10 08:38:55 Changed size calculations to use floats
843eec4f 2002-12-04 07:03:24 Fixed documentation
43b2052b 2002-12-04 06:58:51 Fixed documentation
544a174e 2002-12-04 06:19:57 Error handling in Attach
09dc868f 2002-12-02 06:27:02 Fixed BBox null string bug. Better error handling. Got rid of pre cache flag.
26512166 2002-11-29 08:13:55 Got rid of Close() and improved som error handling
6ba350fc 2002-11-28 09:43:29 Got rid of inline for irix
c941c73b 2002-11-28 08:21:43 Documentation Changes
c060dacd 2002-11-27 07:39:45 Changes for FTPoint & FTBBox
ba82a01b 2002-11-27 06:20:15 Tidied up some float declarations
fdccc4bf 2002-08-27 07:12:49 Updated dox comments
41dae8dd 2002-07-04 01:03:52 Added a comment about impicit conversions
8fd8b009 2002-07-01 09:44:57 Inlined private functions
634f2397 2002-06-22 23:33:44 Added accessors for point size
9013e3ec 2002-06-20 08:22:06 Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes
3413b9a1 2002-06-12 08:56:42 Merged FTGL_1_3_2
5b379896 2002-02-06 02:40:51 inlined the ascender and descender functions
ba45ad6b 2002-01-25 22:48:45 More comments
ac5532fe 2002-01-09 20:35:52 FTBbox now uses floats rather then ints
6829d29a 2001-12-11 03:56:17 rejigged the advance and render functions to make them sleaner...not really
e968a7e0 2001-11-13 05:45:10 Added an empty virtual depth function
6c7815f2 2001-11-12 04:14:39 Made MakeGlyphList() virtual again
b2b7f0b5 2001-11-12 02:33:04 Added bounding box function un-virtualised some functions fixed comments
29f37277 2001-11-04 04:55:43 Unix line endings
789b1cf3 2001-11-04 04: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
82ec4afe 2001-10-29 20:09:59 Minor changes to fix some implicit type conversions
2e64c85c 2001-10-25 04:01:59 Made numGlyphs unsigned
90dbbac7 2001-10-14 21:52:24 Updated comments
9f60f535 2001-10-10 21:59:02 Added FTGL_EXPORT to class declarations for the windows port
7ffb9dc6 2001-09-20 00:22:39 Removed redundant code. Added comments for Advancs()
d74f95ce 2001-09-19 04:54:59 Added functions to calc the advance width of a string
d70420a4 2001-09-16 21:28:46 Updated comments and added a unicode render function
72a95b2e 2001-09-14 00:38:04 Added more comments
eba2ba50 2001-08-28 01:12:34 Fixed comments
983f9c3e 2001-08-27 23:01:29 Updated comments
c5c734f9 2001-08-24 02:18:59 Added JavaDoc comments
e62d68b3 2001-08-20 22:51:21 Started being more strict with types eg integer indices and sizes are now unsigned.
6acb6ea5 2001-08-19 22:32:57 Updated to reflect changes in FTFace & FTGlyphContainer
de2532f4 2001-08-08 01:33:03 Changes to the way charmaps are handled
06d66c75 2001-08-07 21:28:07 Minor tidy ups. Tidied up the error stuff
53040dd2 2001-08-05 21:39:02 Minor tidy ups and fixed a couple of compiler warnings
4cd99a38 2001-07-30 02: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.
563aab11 2001-07-27 04:28:40 Made all methods virtual
019af0d2 2001-07-26 05: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.