demo


Log

Author Commit Date CI Message
patrick f8be5414 2003-04-10T02:27:45 - Created a demo that can handle multiple fonts and command line options.
henry 112ded61 2003-04-06T23:47:27 Minor reformatting and enabled texture fonts to be selected
patrick 616a1574 2003-04-06T21:56:04 Fixed a bug where the trackball rotation was applied after translation.
patrick d70b194d 2003-04-06T20:51:38 Updated FTGLDemo to use the new FTSimpleLayout. Changes include: - Added a font origin to specify the location to render the font. - The default text is now blatantly plagarized from the back cover of the OGL red book. - The font size is much smaller. - Font metrics are rendered differently depending on the current layout manager. - The FTSimpleLayout alignment mode is now output with other font information. - The space bar no longer cycles through the fonts. The cursor up/down keys do. - The cursor left/right keys increment/decrement the size of the current font. - The page up/page down keys cycle through the layout managers. - The home/end keys increment and decrement the line length of a simple layout - The tab key cycles through the alignment modes of a simple layout.
patrick ac4c33f8 2003-04-06T20:36:43 Updated FTGLDemo to use the new FTSimpleLayout. Changes include: - Added a font origin to specify the location to render the font. - The default text is now blatantly plagarized from the back cover of the OGL red book. - The font size is much smaller. - Font metrics are rendered differently depending on the current layout manager. - The FTSimpleLayout alignement - The space bar no longer cycles through the fonts. The cursor up/down keys
henry 7b3414c8 2003-03-05T21:25:19 Version 2.0 release
marcelo 6fcea409 2003-01-20T13:58:28 Expect a fontfile on the command line, fall back to a default one on systems where a default is known -- else complain about the missing parameter. Come to think of it, I could use a PS font on IRIX. I'll look into that later.
henry 812361ee 2002-12-21T09:09:50 Changed int to float in glRasterPos
henry f31295ad 2002-12-17T09:10:33 Changed render to Render
henry 9e37db56 2002-12-17T08:18:23 Changed mac font path to test directory
henry 59259511 2002-12-16T08:27:39 Refactored FTFont to get rid of Open function
henry e59da05e 2002-12-05T06:47:30 Fixed path
henry a31de491 2002-12-02T06:32:46 Rewriting to make it more 'correct'
henry 5fdcdcb8 2002-11-28T08:01:38 Removed some redundant code
henry a3adc62b 2002-06-21T08:29:11 Merged 1.32 into 1.4
henry a289e4ec 2002-06-21T08:22:34 Added hash define for windows fonts
henry 3922d728 2002-02-16T05:42:47 Added EXTERN "C"
henry 1fc86b8b 2002-02-16T05:12:09 Renamed from *.c to *.cpp
henry 1537b21b 2002-01-28T06:24:30 Added comment about font path
henry 021a3165 2002-01-24T09:40:39 Set the correct state for font type
henry e5b44d17 2002-01-10T07:14:55 Bbox now uses float
henry c346eca8 2001-12-11T23:11:23 Added compilation note
henry b7748851 2001-12-11T23:04:25 fixed glut header for OSX
henry 6047a1c3 2001-12-11T22:46:41 initial import
henry 521c2d21 2001-12-11T03:42:02 Tidy ups for release 1.3
henry f723df19 2001-12-10T23:35:59 Added edit mode, labels and a bunch more
henry 09916d8f 2001-11-14T03:23:44 Enabled lighting for texture font
henry 6f997a31 2001-11-13T20:10:26 Can now switch between font types.
henry d64b0422 2001-11-13T01:35:36 Added some comments
henry 7c584066 2001-11-12T02:38:18 Changed blend func
henry d1e4ad97 2001-11-11T23:59:25 Initial import of demo