pub fn draw_text(
pixel_x: usize,
pixel_y: usize,
text: &str,
opts: TextOptions,
) -> TextMetricsExpand description
Performs the draw text operation.
pub fn draw_text(
pixel_x: usize,
pixel_y: usize,
text: &str,
opts: TextOptions,
) -> TextMetricsPerforms the draw text operation.