Minor
[framework/uifw/harfbuzz.git] / src / hb-ft.h
index 8930804..54cce2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009  Red Hat, Inc.
+ * Copyright © 2009  Red Hat, Inc.
  *
  *  This is part of HarfBuzz, a text shaping library.
  *
@@ -36,6 +36,8 @@
 
 HB_BEGIN_DECLS
 
+/* Note: FreeType is not thread-safe.  Hence, these functions are not either. */
+
 hb_font_funcs_t *
 hb_ft_get_font_funcs (void);
 
@@ -50,6 +52,7 @@ hb_font_t *
 hb_ft_font_create (FT_Face           ft_face,
                   hb_destroy_func_t destroy);
 
+
 HB_END_DECLS
 
 #endif /* HB_FT_H */