SourceClass SmoothHinting
from egui import SmoothHintingclass SmoothHinting:Tuning for HintingTarget.Smooth, mirroring skrifa's Target.Smooth.
from egui import SmoothHintingclass SmoothHinting:Tuning for HintingTarget.Smooth, mirroring skrifa's Target.Smooth.
@property
def light(self, /) -> bool§@light.setter
def light(self, /, value: bool) -> None§@property
def preserve_linear_metrics(self, /) -> bool§@preserve_linear_metrics.setter
def preserve_linear_metrics(self, /, value: bool) -> None§@property
def symmetric_rendering(self, /) -> bool§@symmetric_rendering.setter
def symmetric_rendering(self, /, value: bool) -> None§@staticmethod
def default() -> SmoothHinting§