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

Function decode_draw_text

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

Source from the content-addressed store, hash-verified

2066
2067 #[test]
2068 fn decode_draw_text() {
2069 check_round_trip_single(Draw::DrawText(FontId(42), "Hello, world".to_string(), 100.0, 200.0));
2070 }
2071
2072 #[test]
2073 fn decode_create_texture() {

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