summaryrefslogtreecommitdiff
path: root/src/sfnt/sfobjs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfnt/sfobjs.c')
-rw-r--r--src/sfnt/sfobjs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sfnt/sfobjs.c b/src/sfnt/sfobjs.c
index 6cd62b24a..67b1aa9bc 100644
--- a/src/sfnt/sfobjs.c
+++ b/src/sfnt/sfobjs.c
@@ -751,7 +751,7 @@
FT_Bool is_apple_sbix;
FT_Bool has_CBLC;
FT_Bool has_CBDT;
- FT_Bool has_SVG = FALSE; /* For OpenType SVG fonts */
+ FT_Bool has_SVG = FALSE; /* for OT-SVG */
FT_Bool ignore_typographic_family = FALSE;
FT_Bool ignore_typographic_subfamily = FALSE;
@@ -955,8 +955,8 @@
}
/* opentype svg colored glyph support */
- /* no If statement because the function always exists for now */
- LOAD_( svg );
+ /* no If statement because the function always exists for now */
+ LOAD_( svg );
if( face->svg )
has_SVG = TRUE;