pub fn merge_font_ref(font: &Font)
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.
merge_font