[PATCH weston v2 0/2] Add font entry to shell section for title fonts

Ryo Munakata ryomnktml at gmail.com
Sat Oct 4 04:37:11 PDT 2014


This series adds a functionality to change font families.

Sans font family has been used so far.
This causes the texts of title bars which contain the glyphs Sans
donesn't have are garbled.

Now we use pango so that we can use fallback mode to
render text properly even if the every single font in
the specifie fonts list don't contain all the needed glyphs.
We can expect much better text rendering compared with
the plain cairo one.

Ryo Munakata (2):
  Add font entry to shell section for title fonts
  Avoid 'g_type_init() is deprecated' warnings

 Makefile.am               |   4 ++
 clients/editor.c          |   2 +
 clients/stacking.c        |   2 +
 clients/window.c          |  18 +++--
 configure.ac              |   5 +-
 man/weston.ini.man        |   3 +
 shared/cairo-util.c       | 180 ++++++++++++++++++++++++++++++++++++++++++++--
 shared/cairo-util.h       |   5 ++
 src/compositor-wayland.c  |   9 ++-
 weston.ini.in             |   1 +
 xwayland/window-manager.c |   7 +-
 11 files changed, 220 insertions(+), 16 deletions(-)

-- 
2.1.2



More information about the wayland-devel mailing list