Skip to main content

CTFontCreateForString

Function CTFontCreateForString 

Source
pub unsafe extern "C-unwind" fn CTFontCreateForString(
    current_font: &CTFont,
    string: &CFString,
    range: CFRange,
) -> CFRetained<CTFont>
👎Deprecated:

renamed to CTFont::for_string

Available on crate feature CTFont only.