MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / bold

Method bold

src/scripting/api/Display/CommentField.ts:52–56  ·  view source on GitHub ↗
(b:boolean)

Source from the content-addressed store, hash-verified

50 }
51
52 set bold(b:boolean) {
53 var tf = this.getTextFormat();
54 tf.bold = b;
55 this.setTextFormat(tf);
56 }
57
58 get bold():boolean {
59 return this.getTextFormat().bold;

Callers

nothing calls this directly

Calls 2

getTextFormatMethod · 0.80
setTextFormatMethod · 0.45

Tested by

no test coverage detected