pub fn Font<S>(string: S) -> FontType where S: Into<Cow<'static, str>>,
Generic constructor for Font
Font