row_heights #77

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

2 Commits

Author SHA1 Message Date
Glen Whitney 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.
2023-04-09 01:35:05 -04:00
Glen Whitney 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.
2023-04-08 15:39:40 -04:00