S or /

SourceClass InsertFontFamily

from egui import InsertFontFamily
class InsertFontFamily:

Where in the fallback chain of a FontFamily a FontInsert goes.

Properties§

@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§

Methods§

@staticmethod def highest(family: FontFamily) -> InsertFontFamily§
@staticmethod def lowest(family: FontFamily) -> InsertFontFamily§