Minor
[framework/uifw/harfbuzz.git] / src / hb-ft.h
index e6a4f86..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);
 
@@ -43,10 +45,14 @@ hb_face_t *
 hb_ft_face_create (FT_Face           ft_face,
                   hb_destroy_func_t destroy);
 
+hb_face_t *
+hb_ft_face_create_cached (FT_Face ft_face);
+
 hb_font_t *
 hb_ft_font_create (FT_Face           ft_face,
                   hb_destroy_func_t destroy);
 
+
 HB_END_DECLS
 
 #endif /* HB_FT_H */