Home | History | Annotate | Download | only in fpdf_edit

Lines Matching defs:capheight

259     int flags = 0, italicangle, ascend, descend, capheight, bbox[4];
284 capheight = ptm->otmsCapEmHeight;
421 pFontDesc->SetAtInteger("CapHeight", capheight);
610 int flags = 0, italicangle = 0, ascend = 0, descend = 0, capheight = 0, bbox[4];
652 capheight = CTFontGetCapHeight(font);
817 pFontDesc->SetAtInteger("CapHeight", capheight);