coreValue property

  1. @visibleForTesting
RT_FontStyle coreValue

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,
    };