提交 58a54c9d 编写于 作者: G Garret Rieger 提交者: Behdad Esfahbod

[subset] add constant to get_composite and in_table methods in hb-ot-glyf-table

上级 73e14348
......@@ -179,7 +179,7 @@ struct glyf
inline bool in_glyph (const CompositeGlyphHeader *header,
unsigned int start_offset,
unsigned int end_offset)
unsigned int end_offset) const
{
do
{
......@@ -196,7 +196,7 @@ struct glyf
* If true is returned a pointer to the composite glyph will be written into
* composite.
*/
inline bool get_composite (hb_codepoint_t glyph, const CompositeGlyphHeader ** composite /* OUT */)
inline bool get_composite (hb_codepoint_t glyph, const CompositeGlyphHeader ** composite /* OUT */) const
{
unsigned int start_offset, end_offset;
if (!get_offsets (glyph, &start_offset, &end_offset))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册