fontGetPpem
fn
void fontGetPpem(harfbuzz.font.Font font, out uint xPpem, out uint yPpem)Fetches the horizontal and vertical points-per-em (ppem) of a font.
Parameters
font | #hb_font_t to work upon |
xPpem | Horizontal ppem value |
yPpem | Vertical ppem value |