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

Class SpriteFontGlyphImage

src/graphics/text.rs:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35pub struct SpriteFontGlyphImage {
36 pub offset: Vec2,
37 pub uv: Rectangle,
38}
39
40pub struct SpriteFont {
41 pub ascent: f32,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected