Commit Graph

4 Commits

Author SHA1 Message Date
Yaroslav K
b379c7cc9d fontsrv: improve rendering of slanted fonts (italics) on macOS
Some checks are pending
GitHub Actions Build / Build-on-Ubuntu (push) Waiting to run
GitHub Actions Build / Build-on-macOS (push) Waiting to run
2026-04-14 08:44:07 -04:00
Russ Cox
9843fc0d82 fontsrv: fix handling of colored glyphs (emoji)
Drawing as white on black to produce a mask only works if
the white on black is the inversion of black on white.
Emoji that force use of specific colors don't respect that.
Draw black on white and invert to mask separately.
2020-08-15 09:10:54 -04:00
Russ Cox
5f0fa185d0 fontsrv: handle non-BMP runes on X11
Have to adjust algorithms to deal with
much larger number of subfont files as well.
2020-05-29 20:58:37 -04:00
Russ Cox
933b98054f devdraw: use consistent mac-* prefix on macOS files
We were using osx- and cocoa- but it's not even OS X anymore.
2020-01-13 16:46:14 -05:00