MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / dglDrawText

Function dglDrawText

engine/source/graphics/dgl.cc:288–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288U32 dglDrawText(GFont* font,
289 const Point2I& ptDraw,
290 const UTF16* in_string,
291 const ColorI* colorTable,
292 const U32 maxColorIndex,
293 F32 rot)
294{
295 return dglDrawTextN(font, ptDraw, in_string, dStrlen(in_string), colorTable, maxColorIndex, rot);
296}
297
298U32 dglDrawText(GFont* font,
299 const Point2I& ptDraw,

Callers 15

renderMetricsOverlayMethod · 0.85
renderTooltipMethod · 0.85
renderJustifiedTextMethod · 0.85
onRenderCellMethod · 0.85
onRenderMethod · 0.85
onRenderCellMethod · 0.85
guiSliderCtrl.ccFile · 0.85
onRenderCellMethod · 0.85
onRenderMethod · 0.85
onRenderCellMethod · 0.85
onRenderMethod · 0.85
renderButtonMethod · 0.85

Calls 2

dglDrawTextNFunction · 0.85
dStrlenFunction · 0.50

Tested by 1

onRenderMethod · 0.68