diff options
Diffstat (limited to 'src/ftfont.h')
-rw-r--r-- | src/ftfont.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ftfont.h b/src/ftfont.h index 327cd085acf..adbda49ff1c 100644 --- a/src/ftfont.h +++ b/src/ftfont.h @@ -54,6 +54,10 @@ struct font_info #endif /* HAVE_LIBOTF */ FT_Size ft_size; int index; + /* Index of the bitmap strike used as a fallback for + FT_Set_Pixel_Sizes failure. If the value is non-negative, then + ft_size is not of the requested size. Otherwise it is -1. */ + FT_Int bitmap_strike_index; FT_Matrix matrix; #ifdef USE_CAIRO |