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

Method fontsize

src/scripting/api/Display/CommentField.ts:22–26  ·  view source on GitHub ↗
(size:number)

Source from the content-addressed store, hash-verified

20 }
21
22 set fontsize(size:number) {
23 var tf = this.getTextFormat();
24 tf.size = size;
25 this.setTextFormat(tf);
26 }
27
28 get fontsize():number {
29 return this.getTextFormat().fontsize;

Callers

nothing calls this directly

Calls 2

getTextFormatMethod · 0.80
setTextFormatMethod · 0.45

Tested by

no test coverage detected