SourceClass InsertFontFamily
from egui import InsertFontFamilyclass InsertFontFamily:Where in the fallback chain of a FontFamily a FontInsert goes.
from egui import InsertFontFamilyclass InsertFontFamily:Where in the fallback chain of a FontFamily a FontInsert goes.
@property
def family(self, /) -> FontFamily§@family.setter
def family(self, /, family: FontFamily) -> None§@property
def priority(self, /) -> FontPriority§@priority.setter
def priority(self, /, priority: FontPriority) -> None§@staticmethod
def highest(family: FontFamily) -> InsertFontFamily§@staticmethod
def lowest(family: FontFamily) -> InsertFontFamily§