row_heights #77

Merged
glen merged 2 commits from row_heights into main 2023-04-09 05:41:50 +00:00
Owner

Implements row heights and a command-line option -F nn for fteapot to set the general font size.

Also improves documentation and uniformizes key bindings somewhat between teapot and fteapot.

Resolves #57.

Implements row heights and a command-line option `-F nn` for fteapot to set the general font size. Also improves documentation and uniformizes key bindings somewhat between teapot and fteapot. Resolves #57.
glen added 2 commits 2023-04-09 05:41:32 +00:00
c9966d47c7 feat: Variable row heights and overall font size
This update adds a command-line option, which only affects fteapot,
  to set the overall font size in pixels.
  It also allows the row heights to be set, in units of 1/ROWHEIGHT_DENOMINATOR
  rows (although only the integer part of the row height is relevant in
  the terminal spreadsheet).
  Still needs a menu option for row heights in fteapot and documentation.
e945a98c54 feat: Complete row height implementation
Now all parts of spreadsheet respond to the -F <fontsize> command
  line argument in fteapot, and row heights are computed in terms of
  the resulting character size.

  There is a new menu option for setting row heights in fteapot.

  Documentation is updated, and keybindings are made more uniform between
  teapot and fteapot and more fully documented.

  Resolves #57.
glen merged commit 0ca9d0176b into main 2023-04-09 05:41:50 +00:00
glen referenced this issue from a commit 2023-04-09 05:41:50 +00:00
glen deleted branch row_heights 2023-04-09 05:41:58 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: glen/teapot-spreadsheet#77
No description provided.