MCPcopy Create free account
hub / github.com/christophhart/HISE / drawText

Method drawText

hi_scripting/scripting/api/ScriptingGraphics.cpp:1987–1991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1985}
1986
1987void ScriptingObjects::GraphicsObject::drawText(String text, var area)
1988{
1989 Rectangle<float> r = getRectangleFromVar(area);
1990 drawActionHandler.addDrawAction(new ScriptedDrawActions::drawText(text, r));
1991}
1992
1993void ScriptingObjects::GraphicsObject::drawAlignedText(String text, var area, String alignment)
1994{

Callers 15

paintMethod · 0.45
paintItemMethod · 0.45
paintCellMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
drawButtonTextMethod · 0.45
paintMethod · 0.45
drawTestEventMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45

Calls 1

addDrawActionMethod · 0.80

Tested by

no test coverage detected