MCPcopy Index your code
hub / github.com/endbasic/endbasic / write_text

Method write_text

sdl/src/host.rs:513–515  ·  view source on GitHub ↗
(&mut self, xy: PixelsXY, text: &str)

Source from the content-addressed store, hash-verified

511 }
512
513 fn write_text(&mut self, xy: PixelsXY, text: &str) -> io::Result<()> {
514 draw_text(self, self.font, xy, text)
515 }
516
517 fn draw_circle(&mut self, center: PixelsXY, radius: u16) -> io::Result<()> {
518 draw_circle(self, center, radius)

Callers

nothing calls this directly

Calls 1

draw_textFunction · 0.85

Tested by

no test coverage detected