MCPcopy Create free account
hub / github.com/Quill-OS/quill / highlightText

Method highlightText

src/reader/reader.cpp:2160–2164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2158}
2159
2160void 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
2166void reader::unhighlightText() {
2167 log("Removing highlighted text '" + selected_text + "'", className);

Callers

nothing calls this directly

Calls 2

logFunction · 0.85
highlightBookTextFunction · 0.85

Tested by

no test coverage detected