Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ _reset
Method
_reset
packages/alphatab/src/model/Font.ts:352–355 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
350
private _size: number;
351
352
private _reset() {
353
this._cssScale = 0;
354
this._css = this.toCssString();
355
}
356
357
/**
358
* Gets the first font family name.
Callers
4
families
Method · 0.95
size
Method · 0.95
style
Method · 0.95
weight
Method · 0.95
Calls
1
toCssString
Method · 0.95
Tested by
no test coverage detected