We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77d882 commit 01bbab8Copy full SHA for 01bbab8
tests/FontLib/FontTest.php
@@ -19,8 +19,6 @@ public function testLoadTTFFontSuccessfully()
19
$trueTypeFont = Font::load('sample-fonts/IntelClear-Light.ttf');
20
21
$this->assertInstanceOf('FontLib\TrueType\File', $trueTypeFont);
22
-
23
- $trueTypeFont->saveAdobeFontMetrics("IntelClear-Light.font.data");
24
}
25
26
public function test12CmapFormat()
0 commit comments