commit | 7d2e9164ab6681bfd9fa0946a1150905a1aba283 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Sat Aug 07 13:38:19 2021 -0600 |
committer | Behdad Esfahbod <[email protected]> | Sat Aug 07 13:38:19 2021 -0600 |
tree | 08c0f6c068ccfbb12658f8b8aec08e3a58837da9 | |
parent | 93bc62e9b24404d2af4042c4a9aa450af79be8dd [diff] [blame] |
[util] Move text options into text_options_t Remove now empty options.cc.
diff --git a/util/hb-view.cc b/util/hb-view.cc index ec148ec..5d2dfe5 100644 --- a/util/hb-view.cc +++ b/util/hb-view.cc
@@ -27,6 +27,8 @@ #include "shape-consumer.hh" #include "view-cairo.hh" +#include "font-options.hh" +#include "text-options.hh" #include "main-font-text.hh" const unsigned DEFAULT_FONT_SIZE = 256;