Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ setTextFormat
Method
setTextFormat
src/scripting/api/Display/TextField.ts:168–171 ·
view source on GitHub ↗
(tf:any)
Source
from the content-addressed store, hash-verified
166
}
167
168
public setTextFormat(tf:any) {
169
this._textFormat = <TextFormat> tf;
170
this.methodCall(
"setTextFormat"
, tf.serialize());
171
}
172
173
public appendText(t:string):void {
174
this.text = this.text + t;
Callers
6
color
Method · 0.95
Unpacker.js
File · 0.45
fontsize
Method · 0.45
font
Method · 0.45
align
Method · 0.45
bold
Method · 0.45
Calls
2
methodCall
Method · 0.80
serialize
Method · 0.65
Tested by
no test coverage detected