summaryrefslogtreecommitdiff
path: root/src/cid/cidload.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cid/cidload.c')
-rw-r--r--src/cid/cidload.c26
1 files changed, 1 insertions, 25 deletions
diff --git a/src/cid/cidload.c b/src/cid/cidload.c
index 14580251b..7b0aba6af 100644
--- a/src/cid/cidload.c
+++ b/src/cid/cidload.c
@@ -142,27 +142,6 @@
}
-#if 0
- FT_CALLBACK_DEF( FT_Error )
- parse_font_bbox( CID_Face face,
- CID_Parser* parser )
- {
- FT_Fixed temp[4];
- FT_BBox* bbox = &face->cid.font_bbox;
-
-
- (void)cid_parser_to_fixed_array( parser, 4, temp, 0 );
- bbox->xMin = FT_RoundFix( temp[0] );
- bbox->yMin = FT_RoundFix( temp[1] );
- bbox->xMax = FT_RoundFix( temp[2] );
- bbox->yMax = FT_RoundFix( temp[3] );
-
- return CID_Err_Ok; /* this is a callback function; */
- /* we must return an error code */
- }
-#endif
-
-
FT_CALLBACK_DEF( FT_Error )
parse_font_matrix( CID_Face face,
CID_Parser* parser )
@@ -261,10 +240,7 @@
#include "cidtoken.h"
-#if 0
- T1_FIELD_CALLBACK( "FontBBox", parse_font_bbox )
-#endif
- T1_FIELD_CALLBACK( "FDArray", parse_fd_array )
+ T1_FIELD_CALLBACK( "FDArray", parse_fd_array )
T1_FIELD_CALLBACK( "FontMatrix", parse_font_matrix )
{ 0, T1_FIELD_LOCATION_CID_INFO, T1_FIELD_TYPE_NONE, 0, 0, 0, 0, 0 }