Font¶ class pyrinter.Font(font_name: str, height: int, weight: Literal['normal', 'bold'] = 'normal')¶ class to represent font properties (font name, height and weight)