Parcourir la source

stb_truetype: Fix typo, as pointed out by oyvindjam.

Fixes #471.
Fabian Giesen il y a 8 ans
Parent
commit
b1d058e5c7
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      stb_truetype.h

+ 2 - 1
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()