MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / getTextFormat

Method getTextFormat

src/scripting/api/Display/TextField.ts:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162 }
163
164 public getTextFormat():any {
165 return this._textFormat;
166 }
167
168 public setTextFormat(tf:any) {
169 this._textFormat = <TextFormat> tf;

Callers 5

fontsizeMethod · 0.80
fontMethod · 0.80
alignMethod · 0.80
boldMethod · 0.80
initStyleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected