[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] CFF fonts and bbox
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] CFF fonts and bbox |
Date: |
Sat, 20 Aug 2005 10:14:40 +0200 (CEST) |
Sorry for the late reply.
> Hi, after having a look at cff source code and primaryly the comment
> at
>
> cffgload.h: /* bbox :: Unused. */
The bbox field in this particular structure is no longer used. CFF
fonts of course have a bbox array.
> it seems that bbox is not used in cff fonts so i'll suggest removing
> the cff_parse_font_bbox function as having a function that noone
> calls seems to be a bit useless :-D
The function is used, namely in cfftoken.h, line 39:
CFF_FIELD_CALLBACK( 5, font_bbox )
Werner
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [ft-devel] CFF fonts and bbox,
Werner LEMBERG <=