Home | History | Annotate | Download | only in src

Lines Matching refs:CV_FONT_ITALIC

2229     italic_shear = !(font->font_face & CV_FONT_ITALIC) ? 0 : cvRound(font->vscale*.25*XY_ONE);
2315 int is_italic = font_face & CV_FONT_ITALIC;