MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / get_text_height

Method get_text_height

src/npp/NppInterface.cpp:167–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167int NppInterface::get_text_height(int line) const { return static_cast<int>(send_msg_to_scintilla(SCI_TEXTHEIGHT, line)); }
168
169int NppInterface::get_point_x_from_position(TextPosition position) const {
170 return static_cast<int>(send_msg_to_scintilla(SCI_POINTXFROMPOSITION, 0, position));

Callers 1

init_suggestions_boxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected