Home | History | Annotate | Download | only in internal

Lines Matching refs:hints

5 /*    Interface to Postscript-specific (Type 1 and Type 2) hints           */
7 /* T1/T2 hints in the `type1', `cid', and `cff' font drivers. */
71 /***** PUBLIC TYPE 1 HINTS RECORDER *****/
82 * This is a handle to an opaque structure used to record glyph hints
86 * @T1_Hints_FuncsRec structure. Recording glyph hints is normally
97 * returns an error code if the hints were invalid or something
100 * The hints accumulated in the object can later be used by the
127 * hints recording session.
130 * hints ::
131 * A handle to the Type 1 hints recorder.
139 (*T1_Hints_OpenFunc)( T1_Hints hints );
153 * hints ::
154 * A handle to the Type 1 hints recorder.
179 (*T1_Hints_SetStemFunc)( T1_Hints hints,
194 * hints ::
195 * A handle to the Type 1 hints recorder.
213 (*T1_Hints_SetStem3Func)( T1_Hints hints,
224 * A method of the @T1_Hints class used to reset the stems hints in a
228 * hints ::
229 * A handle to the Type 1 hints recorder.
233 * previously defined hints apply.
237 (*T1_Hints_ResetFunc)( T1_Hints hints,
251 * hints ::
252 * A handle to the Type 1 hints recorder.
266 (*T1_Hints_CloseFunc)( T1_Hints hints,
276 * A method of the @T1_Hints class used to apply hints to the
277 * corresponding glyph outline. Must be called once all hints have been
281 * hints ::
282 * A handle to the Type 1 hints recorder.
305 (*T1_Hints_ApplyFunc)( T1_Hints hints,
320 * hints ::
321 * A handle to the T1 Hints recorder.
336 * The function to reset stem hints.
339 * The function to apply the hints to the corresponding glyph outline.
344 T1_Hints hints;
358 /***** PUBLIC TYPE 2 HINTS RECORDER *****/
369 * This is a handle to an opaque structure used to record glyph hints
373 * @T2_Hints_FuncsRec structure. Recording glyph hints is normally
384 * returns an error code if the hints were invalid or something
387 * The hints accumulated in the object can later be used by the
414 * hints recording session.
417 * hints ::
418 * A handle to the Type 2 hints recorder.
426 (*T2_Hints_OpenFunc)( T2_Hints hints );
440 * hints ::
441 * A handle to the Type 2 hints recorder.
466 (*T2_Hints_StemsFunc)( T2_Hints hints,
482 * hints ::
483 * A handle to the Type 2 hints recorder.
487 * or activated hints apply.
500 * must be equal to the total number of hints defined so far (i.e.,
508 (*T2_Hints_MaskFunc)( T2_Hints hints,
524 * hints ::
525 * A handle to the Type 2 hints recorder.
529 * active hints apply.
542 * must be equal to the total number of hints defined so far (i.e.,
550 (*T2_Hints_CounterFunc)( T2_Hints hints,
565 * hints ::
566 * A handle to the Type 2 hints recorder.
580 (*T2_Hints_CloseFunc)( T2_Hints hints,
590 * A method of the @T2_Hints class used to apply hints to the
595 * hints ::
596 * A handle to the Type 2 hints recorder.
619 (*T2_Hints_ApplyFunc)( T2_Hints hints,
634 * hints ::
635 * A handle to the T2 hints recorder object.
653 * The function to apply the hints on the corresponding glyph outline.
658 T2_Hints hints;