Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Logicalshift/flo_draw
/ font_data
Method
font_data
canvas/src/font_face.rs:118–120 ·
view source on GitHub ↗
Retrieves the data bytes for this font
(&'a self)
Source
from the content-addressed store, hash-verified
116
/// Retrieves the data bytes for this font
117
///
118
pub fn font_data<
'a>(&'
a self) -> &'a [u8] {
119
&**self.data
120
}
121
}
122
123
///
Callers
1
encode_canvas
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected