MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / decode_layout_text

Function decode_layout_text

canvas/src/decoding.rs:2042–2044  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2040
2041 #[test]
2042 fn decode_layout_text() {
2043 check_round_trip_single(Draw::Font(FontId(42), FontOp::LayoutText("Test".to_string())));
2044 }
2045
2046 #[test]
2047 fn decode_draw_glyphs() {

Callers

nothing calls this directly

Calls 3

check_round_trip_singleFunction · 0.85
FontIdClass · 0.85
to_stringMethod · 0.80

Tested by

no test coverage detected