CGFontGetUnitsPerEm

Function CGFontGetUnitsPerEm 

Source
pub extern "C-unwind" fn CGFontGetUnitsPerEm(
    font: Option<&CGFont>,
) -> c_int
👎Deprecated: renamed to CGFont::units_per_em
Available on crate feature CGFont only.