SourceClass FontId
from egui import FontIdclass FontId:How to select a sized font.
from egui import FontIdclass FontId:How to select a sized font.
@property
def family(self, /) -> FontFamily§@family.setter
def family(self, /, family: FontFamily) -> None§@property
def size(self, /) -> float§@size.setter
def size(self, /, size: float) -> None§@staticmethod
def monospace(size: float) -> FontId§@staticmethod
def proportional(size: float) -> FontId§