src/FTSize.cpp


Log

Author Commit Date CI Message
sammy 1f4a94f8 2008-04-29T14:39:28 * Since the MIT license is LGPL-compatible, there is no real point in shipping FTGL under a dual license. Consequently removing LGPL references from the code, in agreement with Sean.
sammy 09fbf8ac 2008-04-28T11:17:05 * Cosmetic: remove trailing spaces, fix unbalanced parenthesis/space constructs, remove tab/space mixes, wrap a lot of long source lines.
sammy 141112c4 2008-04-12T22:44:48 * Add licensing information to all files in the library.
sammy 7c358859 2008-04-04T12:43:38 * Generate a config.h file instead of passing all defines in the compiler command line. * "make install" now properly installs the includes, the documentation and the .pc file. * Generate a shared library.
sammy ee107630 2008-03-03T16:41:35 * Remove svn:executable property from source files.
sammy f0f550ea 2008-03-03T16:36:07 * Remove svn:executable property from source files.
henry 5760ea26 2004-12-12T10:01:50 Changed behaviour so that if an errror occurs the object isn't modified. (strong guarantee).
henry ce37d790 2004-09-29T23:06:42 Added a test to bail early of the client sets the size to the existing size. Removed the pixels per em function because no one is using them.
henry f1e6cfd8 2003-05-04T21:06:27 Added null size test in PixelsPerEm functions
henry 9a6997a2 2003-01-10T01:47:05 Added units per EM square
henry 618c11ff 2002-12-10T08:38:55 Changed size calculations to use floats
henry cf241b14 2002-12-02T06:32:03 Minor bug fix
henry 57ca18fb 2002-12-01T07:52:12 Better error handling
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 3715b637 2001-12-10T21:30:58 Added include for mmgr
henry 115dd8e4 2001-11-01T20:07:15 Added brackets to clear Win32 warning
henry 263722f7 2001-10-25T04:03:06 Re-ordered initialisation lists to keep project builder happy (MAC OSX)
henry 42c4d600 2001-09-17T21:00:48 Minor change to CharSize func
henry 5b0d8399 2001-09-16T21:30:59 Updated comments. Added err and ftface to initialosation list
henry 524e7ca9 2001-08-22T03:40:05 Changed the return types for the size function to int
henry e62d68b3 2001-08-20T22:51:21 Started being more strict with types eg integer indices and sizes are now unsigned.
henry be5b608f 2001-08-19T22:40:43 Changed the size stuff to use floats rather than ints. Global height and width is now calculated using the bbox
henry 9982b644 2001-08-07T21:21:16 Added Error(). Minor Tidy ups Added Underline()...doesn't work yet
henry 7e97717e 2001-07-30T01:07:31 Return values now scaled correctly
henry 4f59d7a3 2001-07-26T05:18:33 Added assignment of FT_Size attribute and added Height and Width methods
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.