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

Method size

packages/alphatab/src/model/Font.ts:391–393  ·  view source on GitHub ↗

* Gets the font size in pixels.

()

Source from the content-addressed store, hash-verified

389 * Gets the font size in pixels.
390 */
391 public get size(): number {
392 return this._size;
393 }
394
395 /**
396 * Sets the font size in pixels.

Callers

nothing calls this directly

Calls 1

_resetMethod · 0.95

Tested by

no test coverage detected