MCPcopy
hub / github.com/4ian/GDevelop / isBold

Method isBold

Extensions/TextObject/textruntimeobject.ts:512–514  ·  view source on GitHub ↗

* Return true if the text is bold.

()

Source from the content-addressed store, hash-verified

510 * Return true if the text is bold.
511 */
512 isBold(): boolean {
513 return this._bold;
514 }
515
516 /**
517 * Set bold for the object text.

Callers 2

GDJS.jsFile · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected