ref: 0c61c096b8155838cea11deb4e4af5db7c29fe73
parent: ee5105107b59049c5d012d7658810c8378c8f411
author: Werner Lemberg <[email protected]>
date: Mon Oct 28 01:09:21 EDT 2013
Comment fixes.
--- a/include/freetype/tttables.h
+++ b/include/freetype/tttables.h
@@ -383,12 +383,12 @@
FT_UShort usWinAscent;
FT_UShort usWinDescent;
- /* only version 1 tables: */
+ /* only version 1 and higher: */
FT_ULong ulCodePageRange1; /* Bits 0-31 */
FT_ULong ulCodePageRange2; /* Bits 32-63 */
- /* only version 2 tables: */
+ /* only version 2 and higher: */
FT_Short sxHeight;
FT_Short sCapHeight;
@@ -396,10 +396,10 @@
FT_UShort usBreakChar;
FT_UShort usMaxContext;
- /* only version 5 tables: */
+ /* only version 5 and higher: */
- FT_UShort usLowerPointSize;
- FT_UShort usUpperPointSize;
+ FT_UShort usLowerPointSize; /* in twips (1/20th points) */
+ FT_UShort usUpperPointSize; /* in twips (1/20th points) */
} TT_OS2;