Comments
This commit is contained in:
parent
6c48ec830f
commit
a6a7715bac
|
@ -61,7 +61,7 @@ struct hb_font_funcs_t {
|
||||||
|
|
||||||
hb_bool_t immutable;
|
hb_bool_t immutable;
|
||||||
|
|
||||||
/* Don't access these directly. Call hb_font_get_*() instead. */
|
/* Don't access these directly. Call font->get_*() instead. */
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
#define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_func_t name;
|
#define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_func_t name;
|
||||||
|
|
Loading…
Reference in New Issue