Home | History | Annotate | Download | only in pshinter

Lines Matching defs:hints

5 /*    Postscript (Type1/Type2) hints recorder (specification).             */
22 /* font drivers to record the hints of a given character/glyph. */
24 /* The hints are recorded in a unified format, and are later processed */
46 /***** GLYPH HINTS RECORDER INTERNALS *****/
87 /* hints table descriptor */
92 PS_Hint hints;
118 /* dimension-specific hints descriptor */
121 PS_Hint_TableRec hints;
128 /* glyph hints descriptor */
129 /* dimension 0 => X coordinates + vertical hints/stems */
130 /* dimension 1 => Y coordinates + horizontal hints/stems */
143 /* initialize hints recorder */
145 ps_hints_init( PS_Hints hints,
148 /* finalize hints recorder */
150 ps_hints_done( PS_Hints hints );
152 /* initialize Type1 hints recorder interface */
156 /* initialize Type2 hints recorder interface */