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

Method families

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

* Gets the font family name.

()

Source from the content-addressed store, hash-verified

374 * Gets the font family name.
375 */
376 public get families(): string[] {
377 return this._families;
378 }
379
380 /**
381 * Sets the font family name.

Callers

nothing calls this directly

Calls 1

_resetMethod · 0.95

Tested by

no test coverage detected