summaryrefslogtreecommitdiff
path: root/src/autofit/aftypes.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-02-17 10:34:47 +0100
committerWerner Lemberg <wl@gnu.org>2018-02-17 10:34:47 +0100
commit63aaf89cecd752853b07a043e2a9db6a7686d558 (patch)
tree9f0e12b5083e0e41c332f084fa4e053154a25c49 /src/autofit/aftypes.h
parent4a03f17449ae45f0dacf4de4694ccd6e5e1b24d1 (diff)
downloadfreetype2-63aaf89cecd752853b07a043e2a9db6a7686d558.tar.gz
s/sub-pixel/subpixel/.
Diffstat (limited to 'src/autofit/aftypes.h')
-rw-r--r--src/autofit/aftypes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/autofit/aftypes.h b/src/autofit/aftypes.h
index a50013439..6bd8c895b 100644
--- a/src/autofit/aftypes.h
+++ b/src/autofit/aftypes.h
@@ -76,9 +76,9 @@ extern void* _af_debug_hints;
typedef struct AF_WidthRec_
{
- FT_Pos org; /* original position/width in font units */
- FT_Pos cur; /* current/scaled position/width in device sub-pixels */
- FT_Pos fit; /* current/fitted position/width in device sub-pixels */
+ FT_Pos org; /* original position/width in font units */
+ FT_Pos cur; /* current/scaled position/width in device subpixels */
+ FT_Pos fit; /* current/fitted position/width in device subpixels */
} AF_WidthRec, *AF_Width;