Function kas::text::fonts::any_loaded

pub fn any_loaded() -> bool
Expand description

Returns true if any fonts have been loaded

Note: this uses atomics with relaxed ordering. This is safe to use in threaded contexts, but may return an out-dated value. This will probably not be an issue in practice.