Skip to main content

merge_font_ref

Function merge_font_ref 

Source
pub fn merge_font_ref(font: &Font)
Expand description

Like merge_font but borrows the font. Saves a clone when the caller has a shared reference (e.g. via Rc) to the font being merged.