Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/nova
/ texture
Method
texture
src/graphics/text.rs:115–117 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
113
}
114
115
pub fn texture(&self) -> &Texture {
116
&self.texture
117
}
118
119
pub fn glyph(&self, ch: char) -> Option<&SpriteFontGlyph> {
120
self.cache.get(&ch)
Callers
2
draw
Method · 0.45
draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected