MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / Font.test.ts

File Font.test.ts

packages/alphatab/test/model/Font.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { Font, FontStyle, FontWeight } from '@coderline/alphatab/model/Font';
3describe('FontTests', () => {
4 function parseText(text: string, expected: Font) {

Callers

nothing calls this directly

Calls 3

parseTextFunction · 0.85
toCssStringTestFunction · 0.85
withFamilyListMethod · 0.80

Tested by

no test coverage detected