freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master acb19ed: Comment on timestamp storage.


From: Alexei Podtelezhnikov
Subject: [freetype2] master acb19ed: Comment on timestamp storage.
Date: Sun, 28 Oct 2018 14:20:29 -0400 (EDT)

branch: master
commit acb19ed4e9c0cf1339e240069a252b9080dcb31e
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    Comment on timestamp storage.
---
 include/freetype/tttables.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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_
   {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]