executeHandleSmallCaps function

bool executeHandleSmallCaps(
  1. FluentDocument document
)

Implementation

bool executeHandleSmallCaps(FluentDocument document) =>
    _executeHandleStyle(document, 'smallcaps');