mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #486] Bigger text size for playback pane. #276
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#276
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @plasmoduck on GitHub (Jul 5, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/486
Is there a way to increase the font size in the playback area whilst keeping the same smaller font size for the rest of the program?
@aome510 commented on GitHub (Jul 8, 2024):
No I don't think it's possible. AFAICT, the
ratatuilibraryspotify_playeruses for rendering doesn't support changing the terminal's font size.Maybe you can raise this to
ratatuiteam instead to see if they can add such feature.@joshka commented on GitHub (Jul 23, 2024):
The terminal font-size is what it is. That's not something a terminal library can control as they render characters to cells, not pixel. I wrote a tui-big-text crate for using 8x8, 4x4 etc. cells to write to the display to get around this a little, but that might be too big for this.