get_ppem
Description:
[
Version ( since =
"0.9.2" ) ]
public void get_ppem (
out uint x_ppem,
out uint y_ppem)
Fetches the horizontal and vertical points-per-em (ppem) of a font.
Parameters:
| x_ppem |
Horizontal ppem value
|
| y_ppem |
Vertical ppem value
|
| font |
Font to work upon
|