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

Method withSize

packages/alphatab/src/model/Font.ts:460–462  ·  view source on GitHub ↗
(newSize: number)

Source from the content-addressed store, hash-verified

458 }
459
460 public withSize(newSize: number): Font {
461 return Font.withFamilyList(this._families, newSize, this._style, this._weight);
462 }
463
464 /**
465 * Initializes a new instance of the {@link Font} class.

Callers 1

constructorMethod · 0.80

Calls 1

withFamilyListMethod · 0.80

Tested by

no test coverage detected