S or /

SourceClass TextVisuals

from egui import TextVisuals
class TextVisuals:

General text style

Properties§

@property def color(self, /) -> Color32§
@color.setter def color(self, /, color: Color32) -> None§
@property def font_id(self, /) -> FontId§
@font_id.setter def font_id(self, /, font_id: FontId) -> None§
@property def strikethrough(self, /) -> Stroke§
@strikethrough.setter def strikethrough(self, /, strikethrough: Stroke) -> None§
@property def underline(self, /) -> Stroke§
@underline.setter def underline(self, /, underline: Stroke) -> None§