coreValue property
Implementation
@visibleForTesting
RT_FontStyle get coreValue => switch (this) {
italic => RT_FontStyle.RT_FontStyle_italic,
normal => RT_FontStyle.RT_FontStyle_normal,
oblique => RT_FontStyle.RT_FontStyle_oblique,
};