fontGetPpem

Fetches the horizontal and vertical points-per-em (ppem) of a font.

void
fontGetPpem
(,
out uint xPpem
,
out uint yPpem
)

Parameters

font harfbuzz.font.Font

#hb_font_t to work upon

xPpem uint

Horizontal ppem value

yPpem uint

Vertical ppem value