CGFontGetGlyphBBoxes

Function CGFontGetGlyphBBoxes 

Source
pub unsafe extern "C-unwind" fn CGFontGetGlyphBBoxes(
    font: Option<&CGFont>,
    glyphs: NonNull<CGGlyph>,
    count: usize,
    bboxes: NonNull<CGRect>,
) -> bool
👎Deprecated: renamed to CGFont::glyph_b_boxes
Available on crate feature CGFont only.