Add option adjust_baseline to adjust the baseline position on macOS

This commit is contained in:
Yang Tang
2021-06-15 14:52:43 -04:00
parent 51f8b22dfa
commit bb26b3d549
6 changed files with 31 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ typedef struct {
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;
float background_opacity, dim_opacity;
char* background_image;