()
| 129 | } |
| 130 | |
| 131 | export function getRawWriteGlyphs(): Glyphs { |
| 132 | return supportsUnicodeRawWrites() ? UNICODE_GLYPHS : ASCII_GLYPHS; |
| 133 | } |
| 134 | |
| 135 | /** Reset the cached glyph set. Test-only; production code should call `getGlyphs()`. */ |
| 136 | export function _resetGlyphsCache(): void { |
no test coverage detected