• Show log

    Commit

  • Hash : d6a2d851
    Author : sammy
    Date : 2008-04-13T21:14:44

    * Merged trunk commits [664], [665], [666], [667], [669], [670], [671], [672] and [684], by patrick and henry: + Added FTLayout.h, FTSimpleLayout.h and FTSimpleLayout.cpp to implement a framework for layout managers and an implementation of a simple layout manager. + 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. + Fixed a bug where the trackball rotation was applied after translation. + Minor reformatting and enabled texture fonts to be selected + Un-inlined private methods...because they are called by other private inlined methods + Minor formatting changes + Adding FTLayout

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/ftgl.git
    Git SSH git@git.kmx.io:kc3-lang/ftgl.git
    Public access ? public
    Description

    https://github.com/ulrichard/ftgl

    Users
    thodg_w kc3_lang_org thodg_m thodg_l thodg www_kmx_io
    Tags

  • README.txt

  • FTGL Version 2.0
    
    Unit Tests.
    
    The unit tests in this directory are built using the cppunit unit testing
    framework. cppunit is available from...
    cppunit.sf.net
    
    Refer to that website for build and usage instructions.
    
    Check the 'Fontdefs.h' file or the README.txt in the font_pack directory
    for the list of fonts required for the tests and where to get them from.
    
    The file 'demo.cpp' is for visually checking the library. It displays a
    test string of characters in each font 'type'.
    
    Please contact me if you have any suggestions, feature requests, or problems.
    
    
    Henry Maddocks
    henryj@paradise.net.nz
    http://homepages.paradise.net.nz/henryj/