popup: replace FreeType renderer with PangoCairo
This commit is contained in:
2
run.sh
2
run.sh
@@ -5,11 +5,13 @@ cd "$(dirname "$0")" || exit 1
|
||||
if test "$#" -eq 0; then
|
||||
set --
|
||||
for font in \
|
||||
/usr/share/fonts/noto/NotoColorEmoji.ttf \
|
||||
/usr/share/fonts/TTF/DejaVuSans.ttf \
|
||||
/usr/share/fonts/TTF/Jigmo.ttf \
|
||||
/usr/share/fonts/TTF/Jigmo2.ttf \
|
||||
/usr/share/fonts/noto/NotoSansCJK-Regular.ttc
|
||||
do
|
||||
test "$#" -ge 4 && break
|
||||
test -f "$font" && set -- "$@" "$font"
|
||||
done
|
||||
if test "$#" -eq 0; then
|
||||
|
||||
Reference in New Issue
Block a user