MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / _reset

Method _reset

packages/alphatab/src/model/Font.ts:352–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

350 private _size: number;
351
352 private _reset() {
353 this._cssScale = 0;
354 this._css = this.toCssString();
355 }
356
357 /**
358 * Gets the first font family name.

Callers 4

familiesMethod · 0.95
sizeMethod · 0.95
styleMethod · 0.95
weightMethod · 0.95

Calls 1

toCssStringMethod · 0.95

Tested by

no test coverage detected