aboutsummaryrefslogtreecommitdiff
path: root/include/freetype/tttables.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:38:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:38:40 +0000
commitcd9671c32087201b71c9c0bcb46d46c2b9753050 (patch)
tree58ea1166c442f242dade9568f9103dc78676ecbb /include/freetype/tttables.h
parent8ed8bf35b940903bef3c9aeb7385c4a474f7cd7e (diff)
parent61c2a5111a20c36749145d9670b10bf1cbcc9398 (diff)
downloadfreetype-aml_art_341514410.tar.gz
Change-Id: Iaaaf21e3675376c6972150c4db1632993b2eea72
Diffstat (limited to 'include/freetype/tttables.h')
-rw-r--r--include/freetype/tttables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freetype/tttables.h b/include/freetype/tttables.h
index c33d99059..a9f60e762 100644
--- a/include/freetype/tttables.h
+++ b/include/freetype/tttables.h
@@ -5,7 +5,7 @@
* Basic SFNT/TrueType tables definitions and interface
* (specification only).
*
- * Copyright (C) 1996-2021 by
+ * Copyright (C) 1996-2023 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
@@ -424,8 +424,8 @@ FT_BEGIN_HEADER
/* only version 5 and higher: */
- FT_UShort usLowerOpticalPointSize; /* in twips (1/20th points) */
- FT_UShort usUpperOpticalPointSize; /* in twips (1/20th points) */
+ FT_UShort usLowerOpticalPointSize; /* in twips (1/20 points) */
+ FT_UShort usUpperOpticalPointSize; /* in twips (1/20 points) */
} TT_OS2;