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 cb3556d commit 42a1ca6Copy full SHA for 42a1ca6
classes/Font_Glyph_Outline_Composite.php
@@ -41,9 +41,7 @@ function getGlyphIDs(){
41
$glyphIDs[] = $_component->glyphIndex;
42
43
$_glyph = $this->table->data[$_component->glyphIndex];
44
- if ($_glyph instanceof Font_Glyph_Outline_Composite) {
45
- $glyphIDs = array_merge($glyphIDs, $_glyph->getGlyphIDs());
46
- }
+ $glyphIDs = array_merge($glyphIDs, $_glyph->getGlyphIDs());
47
}
48
49
return $glyphIDs;
0 commit comments