Skip to content

Commit c7d7803

Browse files
authored
Merge pull request #1541 from rvilarl/point/gonville
gonville with common metrics
2 parents 725d681 + 1c7e58d commit c7d7803

File tree

6 files changed

+976
-1485
lines changed

6 files changed

+976
-1485
lines changed

entry/vexflow-font-gonville.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// [VexFlow](https://vexflow.com) - Copyright (c) Mohit Muthanna 2010.
22
// MIT License
33

4+
import { CommonMetrics } from '../src/fonts/common_metrics';
45
import { GonvilleSmuflFont } from '../src/fonts/gonville_glyphs';
5-
import { GonvilleMetrics } from '../src/fonts/gonville_metrics';
66

77
export const Font = {
88
data: GonvilleSmuflFont,
9-
metrics: GonvilleMetrics,
9+
metrics: CommonMetrics,
1010
};
1111
export default Font;

src/fonts/gonville_glyphs.ts

Lines changed: 720 additions & 720 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)