summaryrefslogtreecommitdiff
path: root/src/sfnt/pngshim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfnt/pngshim.h')
-rw-r--r--src/sfnt/pngshim.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sfnt/pngshim.h b/src/sfnt/pngshim.h
index ff05871..344ecea 100644
--- a/src/sfnt/pngshim.h
+++ b/src/sfnt/pngshim.h
@@ -4,7 +4,7 @@
/* */
/* PNG Bitmap glyph support. */
/* */
-/* Copyright 2013-2016 by */
+/* Copyright 2013-2017 by */
/* Google, Inc. */
/* Written by Stuart Gill and Behdad Esfahbod. */
/* */
@@ -38,7 +38,8 @@ FT_BEGIN_HEADER
FT_Memory memory,
FT_Byte* data,
FT_UInt png_len,
- FT_Bool populate_map_and_metrics );
+ FT_Bool populate_map_and_metrics,
+ FT_Bool metrics_only );
#endif