MCPcopy Create free account
hub / github.com/creatale/node-dv / Text

Method Text

deps/tesseract/viewer/scrollview.cpp:658–660  ·  view source on GitHub ↗

Draw text at the given coordinates.

Source from the content-addressed store, hash-verified

656
657// Draw text at the given coordinates.
658void ScrollView::Text(int x, int y, const char* mystring) {
659 SendMsg("drawText(%d,%d,'%s')", x, TranslateYCoordinate(y), mystring);
660}
661
662// Open and draw an image given a name at (x,y).
663void ScrollView::Image(const char* image, int x_pos, int y_pos) {

Callers 6

word_displayMethod · 0.80
DisplayMethod · 0.80
ClickHandlerMethod · 0.80
plotMethod · 0.80
plotMethod · 0.80
DisplayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected