Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
const ATLAS_PADDING: i32 = 1;
12
13
pub struct Font {
14
data: FontdueFont,
15
}
16
17
impl Font {
18
pub fn from_file(path: &str) -> Font {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected