libdrawtext

log src/font.c

age author description
Fri, 30 Oct 2015 06:30:17 +0200 John Tsiombikas fixed bad commit
Sun, 08 Jun 2014 06:40:30 +0300 John Tsiombikas drx_open_font_glyphmap now mimics dtx_open_font's behaviour in setting dtx_font
Sat, 07 Jun 2014 13:37:54 +0300 John Tsiombikas - fixed glyphmap loading on windows (open glyphmap as binary)
Thu, 17 Apr 2014 10:43:03 +0300 John Tsiombikas fixed the glyphmap buffer size bug
Tue, 15 Apr 2014 05:34:22 +0300 John Tsiombikas release 0.2
Tue, 15 Apr 2014 05:10:39 +0300 John Tsiombikas - properly supported building of no-freetype version, separately installed as libdrawtext-noft.whatever
Sun, 10 Mar 2013 18:29:21 +0200 John Tsiombikas added visual studio project and fixed some windows build problems
Sun, 26 Aug 2012 04:43:09 +0300 John Tsiombikas made the open_font function automatically use the first font it loads
Sat, 25 Aug 2012 18:27:54 +0300 John Tsiombikas added dtx_line_height query
Sun, 18 Sep 2011 01:30:30 +0300 John Tsiombikas added dtx_char_at_pt (not tested)
Sat, 17 Sep 2011 10:09:58 +0300 John Tsiombikas implemented the metrics functions
Fri, 16 Sep 2011 08:42:07 +0300 John Tsiombikas added copyright notices
Thu, 15 Sep 2011 23:32:39 +0300 John Tsiombikas fixed a bug in utf-8 decoding
Thu, 15 Sep 2011 10:47:38 +0300 John Tsiombikas initial commit