Ignore:
Timestamp:
06/11/13 19:25:36 (12 years ago)
Author:
epyon
Message:
  • texture_font - fixes
  • gui_style - fixes
  • position - added missing accessors and expand/shrink
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gfx/texture_font.cc

    r103 r114  
    2828        m_hinting( true ), m_filtering( true ), m_rlibrary( nullptr ), m_rface( nullptr )
    2929{
     30        load_freetype_library();
    3031        size_t hres = 64;
    3132        FT_Error error;
Note: See TracChangeset for help on using the changeset viewer.