()
| 4335 | return 2097152 & this.content; |
| 4336 | } |
| 4337 | getWidth() { |
| 4338 | return this.content >> 22; |
| 4339 | } |
| 4340 | getChars() { |
| 4341 | return 2097152 & this.content ? this.combinedData : 2097151 & this.content ? (0, s2.stringFromCodePoint)(2097151 & this.content) : ""; |
| 4342 | } |