Minor
[framework/uifw/harfbuzz.git] / src / hb-ft.h
index b73a02c..54cce2a 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2009  Red Hat, Inc.
+ * Copyright © 2009  Red Hat, Inc.
  *
- *  This is part of HarfBuzz, an OpenType Layout engine library.
+ *  This is part of HarfBuzz, a text shaping library.
  *
  * Permission is hereby granted, without written agreement and without
  * license or royalty fees, to use, copy, modify, and distribute this
@@ -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 */