On Tue, 2 Sep 2014 13:13:17 +0900
Ryo Munakata wrote:
> On Mon, 1 Sep 2014 14:05:42 +0300
> Pekka Paalanen wrote:
>
> > On Thu, 28 Aug 2014 20:31:37 +0900
> >
> > Hi,
> >
> > considering that the toytoolkit (well, shared/cairo-util.h here) uses
> > cairo_show_text(), which is documented as:
>
Weston is not just a reference anymore: it's designed to be used in real
environments. toytoolkit less so, but that's no reason to back down.
Pango will do proper font selection ("shaping") for you without any work on
your part. It's designed to be a full text layout engine that's simple to
use.
O
On Mon, 1 Sep 2014 14:05:42 +0300
Pekka Paalanen wrote:
> On Thu, 28 Aug 2014 20:31:37 +0900
>
> Hi,
>
> considering that the toytoolkit (well, shared/cairo-util.h here) uses
> cairo_show_text(), which is documented as:
>
> "The cairo_show_text() function call is part of what the cairo
>
On Thu, 28 Aug 2014 20:31:37 +0900
Ryo Munakata wrote:
> cairo-util has used sans font family for title fonts so far.
> But sans doesn't support non-ascii characters.
> So now let users choose a font family for titles.
>
> The entry name is generic, 'font' so that other places
> where draw texts
cairo-util has used sans font family for title fonts so far.
But sans doesn't support non-ascii characters.
So now let users choose a font family for titles.
The entry name is generic, 'font' so that other places
where draw texts can use this entry too.
Signed-off-by: Ryo Munakata
---
man/westo