SourceClass TextVisuals
from egui import TextVisualsclass TextVisuals:General text style
from egui import TextVisualsclass TextVisuals:General text style
@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§