diff options
Diffstat (limited to 'hb.c')
| -rw-r--r-- | hb.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,9 +36,9 @@ static RuneBuffer hbrunebuffer = { 0, NULL }; /* * Poplulate the array with a list of font features, wrapped in FEATURE macro, * e. g. - * + * FEATURE('c', 'a', 'l', 't'), FEATURE('d', 'l', 'i', 'g') */ -hb_feature_t features[] = { FEATURE('c', 'a', 'l', 't'), FEATURE('d', 'l', 'i', 'g')}; +hb_feature_t features[] = { }; void hbunloadfonts() |
