| 64 | } |
| 65 | |
| 66 | void LabelWidget::setDirectives(String const& directives) { |
| 67 | m_style.directives = directives; |
| 68 | updateTextRegion(); |
| 69 | } |
| 70 | |
| 71 | void LabelWidget::setTextCharLimit(Maybe<unsigned> charLimit) { |
| 72 | m_textCharLimit = charLimit; |
no outgoing calls
no test coverage detected