wip: grapheme shaping

This commit is contained in:
Daniel Eklöf 2020-08-20 19:25:35 +02:00
parent c1cde66f70
commit b9ef703eb1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
16 changed files with 340 additions and 178 deletions

View file

@ -111,6 +111,7 @@ struct config {
struct pt_or_px underline_offset;
bool box_drawings_uses_font_glyphs;
bool can_shape_grapheme;
struct {
bool urgent;
@ -244,6 +245,7 @@ struct config {
struct {
enum fcft_scaling_filter fcft_filter;
bool allow_overflowing_double_width_glyphs;
bool grapheme_shaping;
bool render_timer_osd;
bool render_timer_log;
bool damage_whole_window;