Commit acb19ed4e9c0cf1339e240069a252b9080dcb31e

Alexei Podtelezhnikov 2018-10-28T14:19:33

Comment on timestamp storage.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/freetype/tttables.h b/include/freetype/tttables.h
index 05b630a..0349164 100644
--- a/include/freetype/tttables.h
+++ b/include/freetype/tttables.h
@@ -78,7 +78,9 @@ FT_BEGIN_HEADER
    *
    * @description:
    *   A structure to model a TrueType font header table.  All fields follow
-   *   the OpenType specification.
+   *   the OpenType specification.  The 64-bit timestamps are stored in
+   *   two-member arrays `Created` and `Modified`, first upper then lower
+   *   32 bits.
    */
   typedef struct  TT_Header_
   {