From b1d058e5c766671fc805143fc6b2c4d73519e063 Mon Sep 17 00:00:00 2001 From: Fabian Giesen Date: Sat, 22 Jul 2017 19:37:03 -0700 Subject: [PATCH] stb_truetype: Fix typo, as pointed out by oyvindjam. Fixes #471. --- stb_truetype.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stb_truetype.h b/stb_truetype.h index df0dc5e..6ce4760 100644 --- a/stb_truetype.h +++ b/stb_truetype.h @@ -53,6 +53,7 @@ // Thomas Fields // Derek Vinyard // Cort Stratton +// github:oyvindjam // // VERSION HISTORY // @@ -95,7 +96,7 @@ // Improved 3D API (more shippable): // #include "stb_rect_pack.h" -- optional, but you really want it // stbtt_PackBegin() -// stbtt_PackSetOversample() -- for improved quality on small fonts +// stbtt_PackSetOversampling() -- for improved quality on small fonts // stbtt_PackFontRanges() -- pack and renders // stbtt_PackEnd() // stbtt_GetPackedQuad()