log samples/freetype.tp @ 333:577406b25f89

age author description
Sun, 29 Mar 2015 09:43:24 -0700 Michael Pavone Added binding for SDL_SetTextureColorMod and SDL_GetTextureColorMod and updated the Freetype sample to use it for setting the color of text
Sat, 28 Mar 2015 13:26:44 -0700 Michael Pavone Turn off hinting in freetype sample as hinting does not play nice with using font units for layout
Wed, 25 Mar 2015 00:16:37 -0700 Michael Pavone Add getKerning to freetype module and use it in sample
Tue, 24 Mar 2015 21:50:28 -0700 Michael Pavone Added basic rendering of strings to freetype demo
Mon, 23 Mar 2015 21:21:43 -0700 Michael Pavone Freetype sample: Build texture of glyphs in a more intelligent way
Sun, 22 Mar 2015 19:10:32 -0700 Michael Pavone Add basic binding to Freetype2