Home | History | Annotate | Download | only in sfnt

Lines Matching refs:vertical

51   /*    vertical :: A boolean flag.  If set, load `vmtx'.                  */
59 FT_Bool vertical )
67 if ( vertical )
105 /* vertical :: A boolean flag. If set, load `vhea'. */
113 FT_Bool vertical )
145 if ( vertical )
147 void *v = &face->vertical;
186 /* Return the horizontal or vertical metrics in font units for a */
188 /* bearing for vertical metrics) and advance width (advance height */
189 /* for vertical metrics). */
194 /* vertical :: If set to TRUE, get vertical metrics. */
202 /* the `vertical' flag. */
206 FT_Bool vertical,
218 if ( vertical )
220 void* v = &face->vertical;