shithub: freetype+ttf2subf

Download patch

ref: acb19ed4e9c0cf1339e240069a252b9080dcb31e
parent: 3e8ec291ffcfa03c8ecba1cdbfaa55f5577f5612
author: Alexei Podtelezhnikov <[email protected]>
date: Sun Oct 28 10:19:33 EDT 2018

Comment on timestamp storage.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/tttables.h
+++ b/include/freetype/tttables.h
@@ -78,7 +78,9 @@
    *
    * @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_
   {