Function set_fonts
pub fn set_fonts(name: &str) -> i32
Available on crate feature
dep_fltk
only.Expand description
Initializes loaded fonts of a certain pattern name
Returns the number of fonts found.
For safety purposes, the name can be queried using get_font_name(unsafe { transmute(index) })