util/hb-view.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 04caf11608d2db13eb6ed2ecc3d406e284b4c13c
Author: Behdad Esfahbod <[email protected]>
Date: Wed Sep 26 12:13:47 2018 -0400
[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.
diff --git a/util/hb-view.cc b/util/hb-view.cc
index ef75e6da..69a4c950 100644
--- a/util/hb-view.cc
+++ b/util/hb-view.cc
@@ -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)
_______________________________________________
HarfBuzz mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/harfbuzz