| 39 | } |
| 40 | |
| 41 | void TextReader::SetTextBackgroundColor(std::string color) { |
| 42 | text_background_color = color; |
| 43 | |
| 44 | // Open and Close the reader, to populate it's attributes (such as height, width, etc...) plus the text background color |
| 45 | Open(); |
| 46 | Close(); |
| 47 | } |
| 48 | |
| 49 | // Open reader |
| 50 | void TextReader::Open() |
nothing calls this directly
no outgoing calls
no test coverage detected