FontAttribute constructor

FontAttribute(
  1. String? val
)

Implementation

FontAttribute(String? val) : super('font', AttributeScope.INLINE, val);