mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
wip: grapheme shaping
This commit is contained in:
parent
c1cde66f70
commit
b9ef703eb1
16 changed files with 340 additions and 178 deletions
2
config.h
2
config.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue