• Show log

    Commit

  • Hash : 84869ec7
    Author : dtremenak
    Date : 2008-05-23T00:46:08

    * Provide a helper class for walking potentially-multibyte unicode strings. * Provide support for multibyte encodings (UTF-8, UTF-16) in FTFont and derived classes, and in FTSimpleLayout. * Put a few UTF-8 strings in non-latin codeplanes in FTGLDemo (toggle at compile-time) for testing. * FTSimpleLayout should be tested extensively before release. I would be surprised if I didn't break at least one unusual use case.

  • 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_m thodg_l kc3_lang_org thodg_w thodg www_kmx_io
    Tags

  • README.txt

  • FTGL Version 2.0 Demo
    
    This demo demonstrates the different rendering styles available with FTGL.
    Press <spacebar> to change the font rendering style.
    Press <enter> to enable edit mode.
    
    When compiling you will need to check the paths to the font files as they are
    hard coded. See #define FONT_FILE and #define FONT_INFO in FTGLDemo.c
    
    
    Please contact me if you have any suggestions, feature requests, or problems.
    
    Henry Maddocks
    henryj@paradise.net.nz
    http://homepages.paradise.net.nz/henryj/