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

Method weight

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

* Gets the font weight.

()

Source from the content-addressed store, hash-verified

418 * Gets the font weight.
419 */
420 public get weight(): FontWeight {
421 return this._weight;
422 }
423
424 /**
425 * Gets or sets the font weight.

Callers

nothing calls this directly

Calls 1

_resetMethod · 0.95

Tested by

no test coverage detected