MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / Font

Class Font

src/graphics/text.rs:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const ATLAS_PADDING: i32 = 1;
12
13pub struct Font {
14 data: FontdueFont,
15}
16
17impl Font {
18 pub fn from_file(path: &str) -> Font {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected