summaryrefslogtreecommitdiff
path: root/src/sfnt/ttpost.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2002-04-01 14:25:28 +0000
committerWerner Lemberg <wl@gnu.org>2002-04-01 14:25:28 +0000
commit91db04cb9ccd853296af72b6c070bf6fb655a79c (patch)
treec6142e1608210f04e0a83bf3503f3b362fa0c60b /src/sfnt/ttpost.h
parentb7b163cb077edd6b6355dd465cc9dc1d4d4d7b53 (diff)
downloadfreetype2-91db04cb9ccd853296af72b6c070bf6fb655a79c.tar.gz
* src/truetype/ttgload.c: 16bit fixes.
(TT_Load_Simple_Glyph): Improve debug messages. (load_truetype_glyph): Remove dead code. * src/truetype/ttinterp.c: 16bit fixes. * src/truetype/ttobjs.c: Ditto. * include/freetype/ftsnames.h, include/freetype/internal/sfnt.h, src/cff/cffload.h, src/psaux/psobjs.h, src/truetype/ttinterp.[ch], src/sfnt/ttpost.h: s/index/idx/. formatting, copyright updates.
Diffstat (limited to 'src/sfnt/ttpost.h')
-rw-r--r--src/sfnt/ttpost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfnt/ttpost.h b/src/sfnt/ttpost.h
index fd7f2afae..57b1c8c70 100644
--- a/src/sfnt/ttpost.h
+++ b/src/sfnt/ttpost.h
@@ -31,7 +31,7 @@ FT_BEGIN_HEADER
FT_LOCAL( FT_Error )
TT_Get_PS_Name( TT_Face face,
- FT_UInt index,
+ FT_UInt idx,
FT_String** PSname );
FT_LOCAL( void )