()
| 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() { |
nothing calls this directly
no test coverage detected