supportsSmallCapsFontFeature static method

bool supportsSmallCapsFontFeature(
  1. CSSRenderStyle renderStyle
)

Implementation

static bool supportsSmallCapsFontFeature(CSSRenderStyle renderStyle) {
  return supportsFontFeature(renderStyle, 'smcp');
}