diff options
Diffstat (limited to 'src/ftfont.c')
| -rw-r--r-- | src/ftfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftfont.c b/src/ftfont.c index d649c991dd6..b8199dc4ba7 100644 --- a/src/ftfont.c +++ b/src/ftfont.c | |||
| @@ -3120,7 +3120,7 @@ syms_of_ftfont_for_pdumper (void) | |||
| 3120 | #ifdef HAVE_HARFBUZZ | 3120 | #ifdef HAVE_HARFBUZZ |
| 3121 | fthbfont_driver = ftfont_driver; | 3121 | fthbfont_driver = ftfont_driver; |
| 3122 | fthbfont_driver.type = Qfreetypehb; | 3122 | fthbfont_driver.type = Qfreetypehb; |
| 3123 | fthbfont_driver.otf_capability = hbfont_otf_capability, | 3123 | fthbfont_driver.otf_capability = hbfont_otf_capability; |
| 3124 | fthbfont_driver.shape = hbfont_shape; | 3124 | fthbfont_driver.shape = hbfont_shape; |
| 3125 | fthbfont_driver.combining_capability = hbfont_combining_capability; | 3125 | fthbfont_driver.combining_capability = hbfont_combining_capability; |
| 3126 | fthbfont_driver.begin_hb_font = fthbfont_begin_hb_font; | 3126 | fthbfont_driver.begin_hb_font = fthbfont_begin_hb_font; |