From a51c2d4ab02d1e835850f70a1f154f318d26e03f Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Wed, 15 Apr 2015 02:21:59 -0700 Subject: [PATCH] update version number etc --- stb_truetype.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stb_truetype.h b/stb_truetype.h index 011c077..812691d 100644 --- a/stb_truetype.h +++ b/stb_truetype.h @@ -1,4 +1,4 @@ -// stb_truetype.h - v1.03 - public domain +// stb_truetype.h - v1.04 - public domain // authored from 2009-2014 by Sean Barrett / RAD Game Tools // // This library processes TrueType files: @@ -38,12 +38,14 @@ // Cap Petschulat // Omar Cornut // github:aloucks +// Peter LaValle // // Misc other: // Ryan Gordon // // VERSION HISTORY // +// 1.04 (2015-04-15) typo in example // 1.03 (2015-04-12) STBTT_STATIC, fix memory leak in new packing, various fixes // 1.02 (2014-12-10) fix various warnings & compile issues w/ stb_rect_pack, C++ // 1.01 (2014-12-08) fix subpixel position when oversampling to exactly match