()
| 3716 | return 67108864 & this.fg; |
| 3717 | } |
| 3718 | isBold() { |
| 3719 | return 134217728 & this.fg; |
| 3720 | } |
| 3721 | isUnderline() { |
| 3722 | return this.hasExtendedAttrs() && 0 !== this.extended.underlineStyle ? 1 : 268435456 & this.fg; |
| 3723 | } |
no outgoing calls
no test coverage detected