提交 90420ed8 编写于 作者: B Behdad Esfahbod

[name] Implement hb_ot_name_get_names()

上级 9a6c87c1
......@@ -34,6 +34,7 @@ HB_BASE_sources = \
hb-ot-kern-table.hh \
hb-ot-maxp-table.hh \
hb-ot-name-table.hh \
hb-ot-name.cc \
hb-ot-os2-table.hh \
hb-ot-os2-unicode-ranges.hh \
hb-ot-post-macroman.hh \
......
......@@ -217,9 +217,8 @@ struct name
private:
hb_blob_t *blob;
public:
hb_vector_t<hb_ot_name_entry_t> names;
unsigned int names_count;
};
/* We only implement format 0 for now. */
......
......@@ -82,8 +82,8 @@ typedef struct hb_ot_name_entry_t
} hb_ot_name_entry_t;
HB_EXTERN unsigned int
hb_ot_name_get_names (hb_face_t *face,
hb_ot_name_entry_t **entries /* OUT */);
hb_ot_name_get_names (hb_face_t *face,
const hb_ot_name_entry_t **entries /* OUT */);
HB_END_DECLS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册