[hb-view] Change subpixel bits from 8 to 6

To match FreeType units, such that FreeType gets correct size from us.
This matters more now that we allow setting --ft-load-flags.
This commit is contained in:
Behdad Esfahbod 2018-09-26 12:13:47 -04:00
parent 824111d484
commit 04caf11608
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include "view-cairo.hh"
#define DEFAULT_FONT_SIZE 256
#define SUBPIXEL_BITS 8
#define SUBPIXEL_BITS 6
int
main (int argc, char **argv)