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

Method parseFamilies

packages/alphatab/src/model/Font.ts:85–90  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

83 }
84
85 public static parseFamilies(value: string): string[] {
86 const parser = new FontParser(value);
87 parser.parseOnlyFamilies = true;
88 parser.parse();
89 return parser.families;
90 }
91
92 private _fontFamily() {
93 if (!this._currentToken) {

Callers 2

familyMethod · 0.80
constructorMethod · 0.80

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected