From cca943e78a1f1e38ce36352eae011ce91543f912 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 2 Jan 2017 15:18:52 -0800 Subject: [PATCH] version history --- stb_truetype.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stb_truetype.h b/stb_truetype.h index 75a8c3c..c65d3d6 100644 --- a/stb_truetype.h +++ b/stb_truetype.h @@ -49,10 +49,11 @@ // Higor Euripedes // Thomas Fields // Derek Vinyard +// github:IntellectualKitty // // VERSION HISTORY // -// 1.13 (2017-01-02) support OpenType fonts +// 1.13 (2017-01-02) support OpenType fonts, certain Apple fonts, // 1.12 (2016-10-25) suppress warnings about casting away const with -Wcast-qual // 1.11 (2016-04-02) fix unused-variable warning // 1.10 (2016-04-02) user-defined fabs(); rare memory leak; remove duplicate typedef