Home | History | Annotate | Download | only in sfnt

Lines Matching refs:vertical

38   /*            both the horizontal and vertical headers.               */
64 /* vertical :: A boolean flag. If set, load `vmtx'. */
72 FT_Bool vertical )
80 if ( vertical )
118 /* vertical :: A boolean flag. If set, load `vhea'. */
126 FT_Bool vertical )
158 if ( vertical )
160 void *v = &face->vertical;
199 /* Return the horizontal or vertical metrics in font units for a */
201 /* bearing for vertical metrics) and advance width (advance height */
202 /* for vertical metrics). */
207 /* vertical :: If set to TRUE, get vertical metrics. */
215 /* the `vertical' flag. */
219 FT_Bool vertical,
236 if ( vertical )
238 void* v = &face->vertical;
304 if ( vertical )