Browse Source

Merge branch 'fix_issue-707' of https://github.com/rygorous/stb into working

Sean Barrett 6 years ago
parent
commit
2ce93bf1d8
1 changed files with 6 additions and 6 deletions
  1. 6 6
      stb_truetype.h

+ 6 - 6
stb_truetype.h

@@ -245,13 +245,13 @@
 //
 // SOURCE STATISTICS (based on v0.6c, 2050 LOC)
 //
-//   Documentation & header file        520 LOC  \___ 660 LOC documentation
-//   Sample code                        140 LOC  /
+//   Documentation & header file        520 LOC  )___ 660 LOC documentation
+//   Sample code                        140 LOC  )
 //   Truetype parsing                   620 LOC  ---- 620 LOC TrueType
-//   Software rasterization             240 LOC  \                           
-//   Curve tessellation                 120 LOC   \__ 550 LOC Bitmap creation
-//   Bitmap management                  100 LOC   /
-//   Baked bitmap interface              70 LOC  /
+//   Software rasterization             240 LOC  )
+//   Curve tessellation                 120 LOC  )___ 550 LOC Bitmap creation
+//   Bitmap management                  100 LOC  )
+//   Baked bitmap interface              70 LOC  )
 //   Font name matching & access        150 LOC  ---- 150 
 //   C runtime library abstraction       60 LOC  ----  60
 //