Re: Letter spacing



On Sun, 20 Mar 2005 21:22:39 -0500, Owen Taylor <otaylor redhat com> wrote:
> 
> /**
>  * pango_attr_letter_spacing_new:
>  * @letter_spacing: amount of extra space to add between graphemes
>  *   of the text, in Pango units.
>  *
>  * Create a new letter-spacing attribute.
>  *
>  * Return value: the new #PangoAttribute.
>  *
>  * Since: 1.6
>  **/

Oh, goodie!  Just need to be able to count graphemes -- are they the
same as UTF-8 characters, and if not, how do I count them out of a
string or a PangoLayout?

-Lars



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]