()
| 367 | } |
| 368 | |
| 369 | func (m TextStyleMode) Sample() string { return StyleText("Aa Xx 12", m) } |
| 370 | |
| 371 | // ModeAttr returns attribute bits to OR into cell renders. Unicode-math |
| 372 | // modes provide no ANSI attributes of their own (the visual "boldness" |
no test coverage detected