[truetype] Remove TT_SubGlyphRec.
* src/truetype/ttobjs.h (TT_SubGlyphRec): Removed, unused.
This commit is contained in:
parent
858abbedc0
commit
610cddcac4
|
@ -1,3 +1,9 @@
|
|||
2009-06-26 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[truetype] Remove TT_SubGlyphRec.
|
||||
|
||||
* src/truetype/ttobjs.h (TT_SubGlyphRec): Removed, unused.
|
||||
|
||||
2009-06-26 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* */*: For warning messages, replace FT_ERROR with FT_TRACE0.
|
||||
|
|
|
@ -194,38 +194,6 @@ FT_BEGIN_HEADER
|
|||
} TT_Transform;
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
/* */
|
||||
/* Subglyph loading record. Used to load composite components. */
|
||||
/* */
|
||||
typedef struct TT_SubglyphRec_
|
||||
{
|
||||
FT_Long index; /* subglyph index; initialized with -1 */
|
||||
FT_Bool is_scaled; /* is the subglyph scaled? */
|
||||
FT_Bool is_hinted; /* should it be hinted? */
|
||||
FT_Bool preserve_pps; /* preserve phantom points? */
|
||||
|
||||
FT_Long file_offset;
|
||||
|
||||
FT_BBox bbox;
|
||||
FT_Pos left_bearing;
|
||||
FT_Pos advance;
|
||||
|
||||
TT_GlyphZoneRec zone;
|
||||
|
||||
FT_Long arg1; /* first argument */
|
||||
FT_Long arg2; /* second argument */
|
||||
|
||||
FT_UShort element_flag; /* current load element flag */
|
||||
|
||||
TT_Transform transform; /* transformation matrix */
|
||||
|
||||
FT_Vector pp1, pp2; /* phantom points (horizontal) */
|
||||
FT_Vector pp3, pp4; /* phantom points (vertical) */
|
||||
|
||||
} TT_SubGlyphRec, *TT_SubGlyph_Stack;
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
/* */
|
||||
/* A note regarding non-squared pixels: */
|
||||
|
|
Loading…
Reference in New Issue