MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / drawText

Method drawText

SRC/renderer/X11Device.cpp:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279
280void
281X11Device::drawText(float x, float y, char *text, int length)
282{
283 y = height-y;
284 XDrawString(theDisplay, theWindow, theGC, (int) x, (int) y, text, length);
285}
286
287
288int

Callers 5

displaySelfMethod · 0.45
displaySelfMethod · 0.45
plotDataMethod · 0.45
plotFileMethod · 0.45
plotFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected