Text Rendering

i75.text.render_text(buffer: Graphics, font: str, x: int, y: int, text: str, scale: int = 1) None

Render the given text, at location (x,y) using font onto the scren buffer.

i75.text.text_boundingbox(font: str, text: str, scale: int = 1) Tuple[int, int]

Return the width and height of the given text using the given font.