summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/opentype/ftxgpos.c
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/opentype/ftxgpos.c')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/opentype/ftxgpos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/opentype/ftxgpos.c b/experimental/tqtinterface/qt4/src/3rdparty/opentype/ftxgpos.c
index 8fa5e11d1..fbf60b9e7 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/opentype/ftxgpos.c
+++ b/experimental/tqtinterface/qt4/src/3rdparty/opentype/ftxgpos.c
@@ -62,7 +62,7 @@
// #define IN_LIGID( pos ) (buffer->in_string[(pos)].ligID)
// #define IN_COMPONENT( pos ) (buffer->in_string[(pos)].component)
-/* the client application must tqreplace this with something more
+/* the client application must replace this with something more
meaningful if multiple master fonts are to be supported. */
static FT_Error default_mmfunc( FT_Face face,
@@ -158,7 +158,7 @@
gpos->gdef = gdef; /* can be NULL */
- /* We now check the LookupFlags for values larger than 0xFF to tqfind
+ /* We now check the LookupFlags for values larger than 0xFF to find
out whether we need to load the `MarkAttachClassDef' field of the
GDEF table -- this hack is necessary for OpenType 1.2 tables since
the version field of the GDEF table hasn't been incremented.