mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #169] Feature Request: Allow Changing Font #141
Labels
No labels
bug
compatibility
discussion
documentation
enhancement
help wanted
help wanted
investigation needed
pull-request
release
visualizer
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/keycastr#141
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 @gurjeet on GitHub (May 28, 2020).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/169
It'd be nice to be able to change the font used in the key-view window. I prefer fixed-width fonts in my tutorials to avoid confusion between some of the characters; e.g. I and l look identical, but are in fact different characters;
uppercase i/Iandlowercase l/L.@florianpircher commented on GitHub (Mar 8, 2021):
There is a high-legibility mode for the standard system font which clearly differentiates between
landLor0andO. See this for an example and implementation:https://stackoverflow.com/questions/43309769/how-to-turn-on-high-legibility-alternates-for-system-font-in-ios
@akitchen commented on GitHub (Mar 10, 2021):
Thanks for the tip. This would be pretty easy and useful to add as an option, whereas selecting any font is a bit more work and time is limited.