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

@@ -37,6 +37,9 @@ class Parser:
def active_tab_title_template(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
ans['active_tab_title_template'] = active_tab_title_template(val)
def adjust_baseline(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
ans['adjust_baseline'] = int(val)
def adjust_column_width(self, val: str, ans: typing.Dict[str, typing.Any]) -> None:
ans['adjust_column_width'] = adjust_line_height(val)