($llx, $lly, $urx, $ury) = $font->fontbbox()
Return the font's bounding box.
$capheight = $font->capheight()
Return the font's capheight value.
$xheight = $font->xheight()
Return the font's xheight value.
$missingwidth = $font->missingwidth()
Return the font's missingwidth value.
$maxwidth = $font->maxwidth()
Return the font's maxwidth value.
$avgwidth = $font->avgwidth()
Return the font's avgwidth value.
$flags = $font->flags()
Return the font's flags value.
$stemv = $font->stemv()
Return the font's stemv value.
$stemh = $font->stemh()
Return the font's stemh value.
$italicangle = $font->italicangle()
Return the font's italicangle value.
$isfixedpitch = $font->isfixedpitch()
Return the font's isfixedpitch flag.
$underlineposition = $font->underlineposition()
Return the font's underlineposition value.
$underlinethickness = $font->underlinethickness()
Return the font's underlinethickness value.
$ascender = $font->ascender()
Return the font's ascender value.
$descender = $font->descender()
Return the font's descender value.