summaryrefslogtreecommitdiff
path: root/src/sfnt/ttbdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfnt/ttbdf.h')
-rw-r--r--src/sfnt/ttbdf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sfnt/ttbdf.h b/src/sfnt/ttbdf.h
index 398b62060..809a66300 100644
--- a/src/sfnt/ttbdf.h
+++ b/src/sfnt/ttbdf.h
@@ -4,7 +4,7 @@
/* */
/* TrueType and OpenType embedded BDF properties (specification). */
/* */
-/* Copyright 2005-2017 by */
+/* Copyright 2005-2018 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -28,6 +28,8 @@
FT_BEGIN_HEADER
+#ifdef TT_CONFIG_OPTION_BDF
+
FT_LOCAL( void )
tt_face_free_bdf_props( TT_Face face );
@@ -37,6 +39,8 @@ FT_BEGIN_HEADER
const char* property_name,
BDF_PropertyRec *aprop );
+#endif /* TT_CONFIG_OPTION_BDF */
+
FT_END_HEADER