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.
2 parents 560856f + d6250b3 commit be50809Copy full SHA for be50809
classes/Font_Glyph_Outline.php
@@ -7,9 +7,6 @@
7
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
8
*/
9
10
-require_once dirname(__FILE__) . "/Font_Glyph_Outline_Simple.php";
11
-require_once dirname(__FILE__) . "/Font_Glyph_Outline_Composite.php";
12
-
13
/**
14
* `glyf` font table.
15
*
@@ -104,4 +101,7 @@ function getSVGContours() {
104
101
function getGlyphIDs(){
105
102
return array();
106
103
}
107
-}
+}
+
+require_once dirname(__FILE__) . "/Font_Glyph_Outline_Simple.php";
+require_once dirname(__FILE__) . "/Font_Glyph_Outline_Composite.php";
0 commit comments