summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2018-10-28 14:19:33 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2018-10-28 14:19:33 -0400
commitacb19ed4e9c0cf1339e240069a252b9080dcb31e (patch)
tree6afd0306d8f44ac8264b96a830283f88bef74235
parent3e8ec291ffcfa03c8ecba1cdbfaa55f5577f5612 (diff)
downloadfreetype2-acb19ed4e9c0cf1339e240069a252b9080dcb31e.tar.gz
Comment on timestamp storage.
-rw-r--r--include/freetype/tttables.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/freetype/tttables.h b/include/freetype/tttables.h
index 05b630a2f..0349164d8 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_
{