Allow specifying adjust_baseline as either pixels or percentage

This commit is contained in:
Yang Tang
2021-06-15 23:44:01 -04:00
parent bb26b3d549
commit e964ac86d5
9 changed files with 43 additions and 24 deletions

View File

@@ -40,9 +40,8 @@ typedef struct {
unsigned int macos_option_as_alt;
float macos_thicken_font;
WindowTitleIn macos_show_window_title_in;
int adjust_line_height_px, adjust_column_width_px;
float adjust_line_height_frac, adjust_column_width_frac;
int adjust_baseline;
int adjust_line_height_px, adjust_column_width_px, adjust_baseline_px;
float adjust_line_height_frac, adjust_column_width_frac, adjust_baseline_frac;
float background_opacity, dim_opacity;
char* background_image;