2
0
Эх сурвалжийг харах

update version number & contributors

Sean Barrett 11 жил өмнө
parent
commit
c32d5c40d2
1 өөрчлөгдсөн 5 нэмэгдсэн , 3 устгасан
  1. 5 3
      stb_truetype.h

+ 5 - 3
stb_truetype.h

@@ -1,5 +1,5 @@
-// stb_truetype.h - v0.9 - public domain
-// authored from 2009-2013 by Sean Barrett / RAD Game Tools
+// stb_truetype.h - v0.99 - public domain
+// authored from 2009-2014 by Sean Barrett / RAD Game Tools
 //
 //   This library processes TrueType files:
 //        parse files
@@ -21,7 +21,7 @@
 //   Mikko Mononen: compound shape support, more cmap formats
 //   Tor Andersson: kerning, subpixel rendering
 //
-//   Bug/warning reports:
+//   Bug/warning reports/fixes:
 //       "Zer" on mollyrocket (with fix)
 //       Cass Everitt
 //       stoiko (Haemimont Games)
@@ -33,9 +33,11 @@
 //       Anthony Pesch
 //       Johan Duparc
 //       Hou Qiming
+//       Fabian "ryg" Giesen
 //
 // VERSION HISTORY
 //
+//   0.99 (2014-09-18) fix multiple bugs with subpixel rendering (ryg)
 //   0.9  (2014-08-07) support certain mac/iOS fonts without an MS platformID
 //   0.8b (2014-07-07) fix a warning
 //   0.8  (2014-05-25) fix a few more warnings