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