MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / TextModule

Method TextModule

src/module/textmodule.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include "textvalue.h"
25
26TextModule::TextModule(Reporter& r) : Module(r, "text")
27{
28 addDescription(tr("Generates text."));
29 addParameter("text",tr("The text to generate"));
30 addParameter("font",tr("The font of the text"));
31 addParameter("size",tr("The size of the text"));
32}
33
34Node* TextModule::evaluate(const Context& ctx) const
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected