| 2158 | } |
| 2159 | |
| 2160 | void reader::highlightText() { |
| 2161 | log("Highlighting text '" + selected_text + "'", className); |
| 2162 | highlightBookText(selected_text, book_file, false); |
| 2163 | setTextProperties(global::reader::textAlignment, global::reader::lineSpacing, global::reader::margins, global::reader::font, global::reader::fontSize); |
| 2164 | } |
| 2165 | |
| 2166 | void reader::unhighlightText() { |
| 2167 | log("Removing highlighted text '" + selected_text + "'", className); |
nothing calls this directly
no test coverage detected