-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
font-patcher: Preserve padding around Braille glyphs
[why] Usually we scale symbols so that they are maximized within one 'cell' of the font. If we do this for the Braille glyphs the bottom dots from un upper line will (almost) touch the top dots of the next line. This is not useful. [how] We add padding around the Braille glyphs, to get about the same distance to the cell borders as the different dots in one glyph have to the other (~10 %, 5% on each side). This also activated the previous commit's shift-fix-code that is only active on padded glyphs. Signed-off-by: Fini Jastrow <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters