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

Method _nextToken

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

Source from the content-addressed store, hash-verified

191 }
192
193 private _nextToken() {
194 this._currentTokenIndex++;
195 if (this._currentTokenIndex < this._tokens.length) {
196 this._currentToken = this._tokens[this._currentTokenIndex];
197 } else {
198 this._currentToken = null;
199 }
200 }
201
202 private _fontStyleVariantWeight() {
203 let hasStyle = false;

Callers 3

_fontSizeLineHeightMethod · 0.95
_resetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected