summaryrefslogtreecommitdiffstats
path: root/src/truetype/ttsubpix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/truetype/ttsubpix.c')
-rw-r--r--src/truetype/ttsubpix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/truetype/ttsubpix.c b/src/truetype/ttsubpix.c
index dbda4d9..0d391e9 100644
--- a/src/truetype/ttsubpix.c
+++ b/src/truetype/ttsubpix.c
@@ -903,7 +903,7 @@
sph_set_tweaks( TT_Loader loader,
FT_UInt glyph_index )
{
- TT_Face face = (TT_Face)loader->face;
+ TT_Face face = loader->face;
FT_String* family = face->root.family_name;
FT_UInt ppem = loader->size->metrics.x_ppem;
FT_String* style = face->root.style_name;