Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Logicalshift/flo_draw
/ draw_text_layout
Method
draw_text_layout
canvas/src/context.rs:230–232 ·
view source on GitHub ↗
Finishes laying out text and renders the result
(&mut self)
Source
from the content-addressed store, hash-verified
228
229
/// Finishes laying out text and renders the result
230
fn draw_text_layout(&mut self) {
231
self.draw(Draw::DrawLaidOutText);
232
}
233
234
235
Callers
5
draw
Method · 0.80
show_title
Function · 0.80
show_stats
Function · 0.80
main
Function · 0.80
section_text_rendering
Function · 0.80
Implementers
3
font_line_layout.rs
canvas/src/font_line_layout.rs
context.rs
canvas/src/context.rs
canvas.rs
canvas/src/canvas.rs
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected