Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-09 Thread Jean Abou Samra
Le dimanche 09 avril 2023 à 08:25 -0400, Pierre-Luc Gauthier a écrit : > convert-ly actually does not work at all on my system > for the time being which is quite strange. The same problem as https://lists.gnu.org/archive/html/bug-lilypond/2023-04/msg3.html , I guess? Let's discuss it ther

Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-09 Thread Jean Abou Samra
Le jeudi 06 avril 2023 à 13:46 +, Werner LEMBERG a écrit : > ``` > > >> In my source file I have > >> > >> ``` > >> \version "2.24" > >> > >> \paper { > >>   fonts = #(make-pango-font-tree > >>  

Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-09 Thread Pierre-Luc Gauthier
I too had make-pango-font-tree peppered here and there. I adapted the code manually as convert-ly actually does not work at all on my system for the time being which is quite strange. >> What is the new and correct command? > You can find that in changes.tely. git log -p $ly/Documen

Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-09 Thread Jean Abou Samra
> Le 9 avr. 2023 à 12:12, Joram Berger a écrit : > > Yes, I regularly use this snippet to set the document fonts. I think I > learned it from Abraham Lee. IIRC, Frescobaldi also pasted it with the > menu entry > Tools > Document fonts … > > What is the new and correct command? You can find

Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-09 Thread Joram Berger
Yes, I regularly use this snippet to set the document fonts. I think I learned it from Abraham Lee. IIRC, Frescobaldi also pasted it with the menu entry Tools > Document fonts … What is the new and correct command? What Frescobaldi gives me? \paper { #(define fonts (set-global-fonts #

Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-06 Thread Werner LEMBERG
>> In my source file I have >> >> ``` >> \version "2.24" >> >> \paper { >>   fonts = #(make-pango-font-tree >>     "Linux Libertine O" >>     "Linux Biolinum O" >>     "Ubun

Re: convert-ly doesn't catch `make-pango-font-tree`

2023-04-06 Thread Jean Abou Samra
Le jeudi 06 avril 2023 à 13:04 +, Werner LEMBERG a écrit : > ``` > > [0cb681106e53c50d53a35304df639ad8a2a88cbc] > > > In my source file I have > > ``` > \version "2.24" > > \paper { >   fonts = #(make-pango-font-tree >     &q

convert-ly doesn't catch `make-pango-font-tree`

2023-04-06 Thread Werner LEMBERG
[0cb681106e53c50d53a35304df639ad8a2a88cbc] In my source file I have ``` \version "2.24" \paper { fonts = #(make-pango-font-tree "Linux Libertine O" "Linux Biolinum O" "Ubuntu Mono" (/ (* staff-height

Pango + Cairo, text clusters & invisible glyphs

2022-02-05 Thread Han-Wen Nienhuys
rendering bidi text in Pango, the direction changing codes (U+202A, U+202B, U+202C) generate a cluster entry in Pango, but the glyph is invisible. Currently, LilyPond simply filters out the invisible glyph, but with cairo_show_text_glyphs that causes the UTF-8 text, glyph list and cluster mappin

Re: Pango 1.48.3

2021-05-22 Thread Werner LEMBERG
hing users do. The issue with multiple jobs > is long fixed (see part of the quote that you trimmed) and the fix > already released in LilyPond 2.22.1. Excellent. My fear was that we had to exclude certain pango versions in LilyPond's configure file. Werner

Re: Pango 1.48.3

2021-05-22 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Samstag, dem 22.05.2021 um 10:10 + schrieb Werner LEMBERG: > > > > for your information and to prevent others from wondering: The > > > > bug fix release 1.48.3 of Pango breaks LilyPond's processing > > > > with multiple jobs.  [...] > > &g

Re: Pango 1.48.3

2021-05-22 Thread Werner LEMBERG
>> > for your information and to prevent others from wondering: The >> > bug fix release 1.48.3 of Pango breaks LilyPond's processing with >> > multiple jobs. [...] > > Now fully resolved with 1.48.5 🙂 Thanks for testing! How shall we proceed? Werner

Re: Pango 1.48.3

2021-05-22 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Freitag, dem 19.03.2021 um 19:31 +0100 schrieb Jonas Hahnfeld: > Am Freitag, dem 19.03.2021 um 08:32 +0100 schrieb Jonas Hahnfeld: > > Hi all, > > > > for your information and to prevent others from wondering: The bug fix > > release 1.48.3 of Pango breaks LilyPond

Re: Pango 1.48.3

2021-03-19 Thread Jonas Hahnfeld
Am Freitag, dem 19.03.2021 um 08:32 +0100 schrieb Jonas Hahnfeld: > Hi all, > > for your information and to prevent others from wondering: The bug fix > release 1.48.3 of Pango breaks LilyPond's processing with multiple > jobs. See https://gitlab.gnome.org/GNOME/pango/-/is

Pango 1.48.3

2021-03-19 Thread Jonas Hahnfeld
Hi all, for your information and to prevent others from wondering: The bug fix release 1.48.3 of Pango breaks LilyPond's processing with multiple jobs. See https://gitlab.gnome.org/GNOME/pango/-/issues/542 and https://gitlab.com/lilypond/lilypond/-/issues/6105 for more details. Arch Linux al

Re: Make Pango >= 1.36 mandatory. (issue 565660044 by hanw...@gmail.com)

2020-02-21 Thread hanwenn
commit 15b711841071f78b436bdd271d98145b180efe86 Author: Han-Wen Nienhuys Date: Thu Feb 13 13:54:20 2020 +0100 Make Pango >= 1.36 mandatory. https://codereview.appspot.com/565660044/

Re: Make Pango >= 1.36 mandatory. (issue 565660044 by hanw...@gmail.com)

2020-02-13 Thread lemzwerg--- via Discussions on LilyPond development
LGTM https://codereview.appspot.com/565660044/

Re: Make Pango >= 1.36 mandatory. (issue 565660044 by hanw...@gmail.com)

2020-02-13 Thread jonas . hahnfeld
LGTM, thanks for getting rid of the old code! https://codereview.appspot.com/565660044/

Pango and OpenType

2015-05-01 Thread Werner LEMBERG
This blog entry from Behdad regarding Pango, OpenType, and custom fonts (i.e., fonts provided by applications) might be interesting to you, since it directly affects lilypond. http://mces.blogspot.ca/2015/05/how-to-use-custom-application-fonts.html Werner

Re: Pango Update in new binaries

2015-04-20 Thread Joshua Nichols
c: "lilypond-devel" ; "Mailinglist > lilypond-user" > Sent: Monday, April 20, 2015 12:14 PM > Subject: Re: Pango Update in new binaries > > > 2015-04-07 19:47 GMT+02:00 Joshua Nichols : >> >> Hello all, >>> >>> I apologize if thi

Re: Pango Update in new binaries

2015-04-20 Thread Phil Holmes
- Original Message - From: "Federico Bruni" To: "Joshua Nichols" Cc: "lilypond-devel" ; "Mailinglist lilypond-user" Sent: Monday, April 20, 2015 12:14 PM Subject: Re: Pango Update in new binaries 2015-04-07 19:47 GMT+02:00 Joshua Nic

Re: Pango Update in new binaries

2015-04-20 Thread David Kastrup
Federico Bruni writes: > 2015-04-07 19:47 GMT+02:00 Joshua Nichols : > >> Hello all, >> >> I apologize if this question has already been asked. >> >> Has the new version of pango been ported to the binaries on >> mac/windows/linux? I noticed here >

Re: Pango Update in new binaries

2015-04-20 Thread Federico Bruni
2015-04-07 19:47 GMT+02:00 Joshua Nichols : > Hello all, > > I apologize if this question has already been asked. > > Has the new version of pango been ported to the binaries on > mac/windows/linux? I noticed here > <https://code.google.com/p/lilypond/issues/detail?id=2656

Re: Issue: pango picking system fonts

2015-03-28 Thread Masamichi HOSODA
>> For this issue, I've written a patch to set the Helvetica substitute >> and Courier substitute as the default font of provisional. [...] > > Nice! Please upload your code to Rietveld following our contributors' > guide so that your changes can be tested automatically. I've tried it. How abou

Re: Issue: pango picking system fonts

2015-03-27 Thread Werner LEMBERG
> For this issue, I've written a patch to set the Helvetica substitute > and Courier substitute as the default font of provisional. [...] Nice! Please upload your code to Rietveld following our contributors' guide so that your changes can be tested automatically. Werner _

Issue: pango picking system fonts (was Re: ligature issue 2656)

2015-03-27 Thread Masamichi HOSODA
> - Pango picking system fonts, resulting in unpredictable output For this issue, I've written a patch to set the Helvetica substitute and Courier substitute as the default font of provisional. With this patch, pango doesn't choose system fonts for default san-serif font and m

Pango font size should be calculated using rounding (issue 12242043)

2013-08-01 Thread lemzwerg
LGTM. https://codereview.appspot.com/12242043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Gub pango-1.26.0-darwin-cx-font.patch

2012-11-05 Thread Phil Holmes
- Original Message - From: "Jeremiah Benham" To: Sent: Monday, November 05, 2012 3:50 AM Subject: Gub pango-1.26.0-darwin-cx-font.patch Does anyone know what happened to this patch pango-1.26.0-darwin-cx-font.patch. I don't see it in ./patches/ . I built denemo fo

Gub pango-1.26.0-darwin-cx-font.patch

2012-11-04 Thread Jeremiah Benham
Does anyone know what happened to this patch pango-1.26.0-darwin-cx-font.patch. I don't see it in ./patches/ . I built denemo for mingw, darwin, and linux targets. Unfortunately I am having font issues with pangocairo with darwin. I am wondering if this patch will fix this. Thanks, Jer

Re: test 2.13.7: updated freetype, fontconfig, and pango

2009-11-02 Thread Neil Puttock
2009/11/2 James E. Bailey : > Two things before I add this to the tracker: > 1) Rehearsal Marks should be placed below the system, not the first > staff: http://lists.gnu.org/archive/html/bug-lilypond/2009-09/msg00026.html > 2)"[The] grobs are not accounted for in the vertical layout, thus leading

Re: test 2.13.7: updated freetype, fontconfig, and pango

2009-11-02 Thread James E. Bailey
On 02.11.2009, at 21:30, Neil Puttock wrote: 2009/11/2 Graham Percival : Sorry, but I'm only working on GUB, so this isn't the place for other problems. If you can make a minimal example and investigate on versions between 2.12.2 and 2.13.7 (i.e. start with 2.13.3, then either go higher or l

Re: test 2.13.7: updated freetype, fontconfig, and pango

2009-11-02 Thread Neil Puttock
2009/11/2 Graham Percival : > Sorry, but I'm only working on GUB, so this isn't the place for > other problems.  If you can make a minimal example and investigate > on versions between 2.12.2 and 2.13.7 (i.e. start with 2.13.3, > then either go higher or lower depending on whether it works on > th

Re: test 2.13.7: updated freetype, fontconfig, and pango

2009-11-02 Thread Graham Percival
On Mon, Nov 02, 2009 at 06:58:32PM +0100, James E. Bailey wrote: >On 02.11.2009, at 17:14, Graham Percival wrote: > > I've updated freetype, fontconfig, and pango. I believe the result > works on OSX 10.6, but might issue a (harmless?) complaint on OSX. > >

Re: test 2.13.7: updated freetype, fontconfig, and pango

2009-11-02 Thread Graham Percival
On Mon, Nov 02, 2009 at 11:41:59AM -0800, Patrick McCarty wrote: > The bad news... LilyPad is missing again from the mingw installer, but > LilyPond otherwise runs fine AFAICS. Growl, I forgot to manually check if it got copied and re-run it again if not. I should make that a script. Cheers, - G

Re: test 2.13.7: updated freetype, fontconfig, and pango

2009-11-02 Thread Patrick McCarty
On Mon, Nov 2, 2009 at 8:14 AM, Graham Percival wrote: > I've updated freetype, fontconfig, and pango.  I believe the result > works on OSX 10.6, but might issue a (harmless?) complaint on OSX. > The regtests look ok.  Due to the new versions for all those > font-related depend

Re: test 2.13.7: updated freetype, fontconfig, and pango

2009-11-02 Thread Patrick McCarty
On Mon, Nov 2, 2009 at 9:58 AM, James E. Bailey wrote: > > I don't know if this even belongs here, but while checking convert-ly, I > noticed something odd: > %take your pick, the output differs between versions > %\version "2.12.2" > %\version "2.13.7" Are you referring to a difference in output

Re: test 2.13.7: updated freetype, fontconfig, and pango

2009-11-02 Thread James E. Bailey
On 02.11.2009, at 17:14, Graham Percival wrote: I've updated freetype, fontconfig, and pango. I believe the result works on OSX 10.6, but might issue a (harmless?) complaint on OSX. The regtests look ok. Due to the new versions for all those font-related dependencies, I have no idea if

test 2.13.7: updated freetype, fontconfig, and pango

2009-11-02 Thread Graham Percival
I've updated freetype, fontconfig, and pango. I believe the result works on OSX 10.6, but might issue a (harmless?) complaint on OSX. The regtests look ok. Due to the new versions for all those font-related dependencies, I have no idea if it'll look good on any OS (other than linux-x86

Re: Doc addition - make-pango-font-tree

2008-02-07 Thread Risto Vääräniemi
On 07/02/2008, Han-Wen Nienhuys wrote: > 2008/2/7, Mats Bengtsson : > > Keeping the description at a cookbook level, as you propose, is one > > alternative. Probably the worst one. :-) But a good conversation starter, I hope. > > Another alternative is to describe more clearly what the different

Re: Doc addition - make-pango-font-tree

2008-02-07 Thread Han-Wen Nienhuys
s a bit on the obtuse side, IMO. The mechanism is as follows: - make-pango-font-tree has a 'factor' argument, which is a scaling factor. For a value of 1.0, it sets up fonts at size 12.0 pt. - the set-global-staff-size calls make-pango-font-tree implicitly, such that 20pt corresponds to

Re: Doc addition - make-pango-font-tree

2008-02-07 Thread Mats Bengtsson
Risto Vääräniemi wrote: Should the Section 1.8.2 Text markup - Font selection have a text describing how the make-pango-font-tree parameters should be used. Something like: If the set-global-staff-size is used for changing the global staff size, the \myStaffSize should be set to the same

Doc addition - make-pango-font-tree

2008-02-07 Thread Risto Vääräniemi
Dear All, In 2006 Eyolf made a extensive study about the combined effect of the set-global-staff-size and the Pango font definitions in make-pango-font-tree [1]. It seems that this manual section has not been yet updated. I was struggling with the same thing yesterday and because I've g

Re: Mac OS X and Fink and Pango (oh my)

2005-12-18 Thread Don Blaheta
Quoth Johannes Schindelin: > On Fri, 16 Dec 2005, Don Blaheta wrote: > > I tried adding ":/sw/lib/pango-ft219/lib/" to the end of my > > PKG_CONFIG_PATH, but this was not sufficient... does anyone know how I > > can I make configure find my pango installation? &g

Re: Mac OS X and Fink and Pango (oh my)

2005-12-16 Thread Johannes Schindelin
Hi, On Fri, 16 Dec 2005, Don Blaheta wrote: > I tried adding ":/sw/lib/pango-ft219/lib/" to the end of my > PKG_CONFIG_PATH, but this was not sufficient... does anyone know how I > can I make configure find my pango installation? The problem is the pkgconfig file. If it

Mac OS X and Fink and Pango (oh my)

2005-12-16 Thread Don Blaheta
I found the installation note on INSTALL.html about fink installations, and it resolved several of the problems I was about to email the list about; but there is still one library that configure is not finding. I think it's because there are a bunch of (incompatible?) versions of pango, depe

FYI: fix for pango on macosx error

2005-12-15 Thread Johannes Schindelin
Hi, in the illusion that it was that easy, I just compiled pango and installed it before compiling lilypond. However, after a few of my own pieces were translated by lilypond quite well, I tried to "make web". That failed when pango tried to load the hebrew module. I am too lazy to

Pango & jailing

2005-06-17 Thread Sebastiano Vigna
OK, I know I should have tried before, but I'm really in a mess these days. Pango does not work with jailing. It loads dynamically modules after the jailing. Is there any way to somehow setup/startup/whatever Pango before the jailing? I think this would solve the problem. --

Pango 1.8?

2005-03-17 Thread Hans Forbrich
I'm about to look at Lilypond 2.5.x on SuSE 9.2. I note the prerequisites include pango 1.6 or higher - any experience or concerns about using the latest version, pango 1.8.1, that could save me frustration in getting that set up? Or should I stick with 1.6.x TIA /Hans -- Proud us

Re: status pango/ps fonts

2005-01-11 Thread Johannes Schindelin
Hi, On Tue, 11 Jan 2005, Laura Conrad wrote: > Doesn't PNG already have a tight box? Not really. It uses ghostscript's -sDEVICE=bbox to determine the bbox from the PostScript file. Hth, Dscho ___ lilypond-devel mailing list lilypond-devel@gnu.org h

Re: status pango/ps fonts

2005-01-11 Thread Laura Conrad
> "HJJ" == Heikki Johannes Junes <[EMAIL PROTECTED]> writes: HJJ> It would be nice to have "--bbox" option for lilypond HJJ> output. It is easy to imagine situations in which outputting HJJ> with tight bounding box is preferable. This applies to PNG, HJJ> DVI, EPS, and PDF ou

Re: status pango/ps fonts

2005-01-11 Thread Heikki Johannes Junes
On Sun, 09 Jan 2005 18:14:14 +0100 Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > Hi, > > If these issues are solved, then we can prepare for a lilypond 2.6/3.0 > release. Are there any other issues that need to be tackled before we > do a next major release? I still have system-separators on m

status pango/ps fonts

2005-01-09 Thread Han-Wen Nienhuys
Hi, I've just dumped 2.5.7 onto the world. With this release, the following issues are still open w.r.t. the Pango/PS output * Braces are selected incorrectly * We should make utf8-string work in the SVG/Gnome backends. * Maybe we could have a better default PS font? * The PNG outp

Re: FYI pango/font status

2005-01-05 Thread Owen Taylor
On Tue, 2005-01-04 at 23:29 +0100, Werner LEMBERG wrote: > > > Owen, can you answer this, please? Since there are two mechanisms > > > for kerning (the `kern' table and the `kern' feature in the GPOS > > > table) I wonder how Pango is handling this. > >

Re: FYI pango/font status

2005-01-05 Thread Werner LEMBERG
> > Owen, can you answer this, please? Since there are two mechanisms > > for kerning (the `kern' table and the `kern' feature in the GPOS > > table) I wonder how Pango is handling this. > > I won't say that I actually have plans for handling AFM file

Re: FYI pango/font status

2005-01-04 Thread Owen Taylor
On Mon, 2005-01-03 at 19:28 +0100, Werner LEMBERG wrote: > > > > * How do we deal with kerning in Pango? AFAIK, Pango does not > > > > read AFM/TFM files, so how can it compute kernings? > > > > > > IIRC Owen has mentioned that he plans to support read

Re: FYI pango/font status

2005-01-03 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > > > We need a new command to select the backend -- I propose > > > \TeXformat and \PSformat so that the `-f ps' and `-f tex' switches > > > become obsolete. > > > > And SVG/Gnome/whatever-we-come-up-with-next? I disagree with this > > idea. > > See my other mail to

Re: FYI pango/font status

2005-01-03 Thread Werner LEMBERG
> > We need a new command to select the backend -- I propose > > \TeXformat and \PSformat so that the `-f ps' and `-f tex' switches > > become obsolete. > > And SVG/Gnome/whatever-we-come-up-with-next? I disagree with this > idea. See my other mail too. We must make a distinction between backe

Re: FYI pango/font status

2005-01-03 Thread Werner LEMBERG
> > > * How do we deal with kerning in Pango? AFAIK, Pango does not > > > read AFM/TFM files, so how can it compute kernings? > > > > IIRC Owen has mentioned that he plans to support reading of AFM > > files for Type 1 fonts to get kerning. Kerning f

Re: FYI pango/font status

2005-01-03 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: > Hadden we niet al over gehad? [sorry, please ignore] -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org ___ lilypond-devel mailing

Re: FYI pango/font status

2005-01-03 Thread Jan Nieuwenhuizen
nce I > guess that the GNOME backend already has Pango bindings. Hadden we niet al over gehad? Ik weet niet heel precies hoe met gnome en pango bindings zit, maar volgens mij zou het zo moeten zijn, dat als je tegen item zegt (zie output-gnome.scm) (make #text "" #font &qu

Re: FYI pango/font status

2005-01-03 Thread Jan Nieuwenhuizen
In fact, any property may be added, since properties > are generic. The distressing thing is that Pango does not expose it's > fontconfig interface to the world, so it's unclear whether we can > instruct Pango to use the designsize. Maybe we should just (make a short annouceme

Re: FYI pango/font status

2005-01-02 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > * Remove all support code for encoding within LilyPond. [...] > > Encoding is either handled by (La)TeX, or by Pango. This means > > that > > > > \encoding > > > > will disappear, as will the inputencoding field

Re: FYI pango/font status

2005-01-02 Thread Werner LEMBERG
> * Remove all support code for encoding within LilyPond. [...] > Encoding is either handled by (La)TeX, or by Pango. This means > that > > \encoding > > will disappear, as will the inputencoding field in \layout{} We need a new command to select the backend --

FYI pango/font status

2004-12-31 Thread Han-Wen Nienhuys
Hi there, followers of the CVS commit list might have noticed that Pango/FontConfig integration is proceeding. The last status is that --format=ps now produces credible results in the PS output, and that the dimensions of bounding boxes are computed correctly. The current TODO list for the pango

Re: pango, first try

2004-12-03 Thread Werner LEMBERG
o use glyph names, don't we? The only thing we need is a mapping from glyph names to lilypond (TeX) font + glyph index after Pango has produced the layout. For example, we have glyph `\quarthead' which should translate to \fetaXX\char 62 Am I missing something? Werner

Re: pango, first try

2004-12-03 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > > I had a look at using Pango for typesetting text. See the attached > > program. > > Which version of pango do I need for that? With 1.2.5 I get a > segfault with G_OBJECT_TYPE_NAME... Anyway, after commenting out the > printf stat

Re: pango

2004-12-03 Thread Werner LEMBERG
> Should I try to get a PangoFont from a PangoOTInfo ? Or should the > PangoFont just be loaded through pango itself? I've no idea, sorry. > And then, I assume that there needs to be Pango a rendering backend, > to know the resolution at which the font is going to be render

Re: pango, first try

2004-12-03 Thread Werner LEMBERG
> I had a look at using Pango for typesetting text. See the attached > program. Which version of pango do I need for that? With 1.2.5 I get a segfault with G_OBJECT_TYPE_NAME... Anyway, after commenting out the printf statement I was able to proceed. > I am wondering: are the num

pango, first try

2004-12-02 Thread Han-Wen Nienhuys
Hi Werner (not sure whether this should be moved to lilypond-hackers, but here goes.. ) I had a look at using Pango for typesetting text. See the attached program. I am wondering: are the number codes (printed as c XXX) really unicode codes? When I convert \'all as utf-8,

pango

2004-12-02 Thread Han-Wen Nienhuys
Hi, I've looked at the documentation of Pango, but I'm still a bit mystified. I can get a OT font into pango, with PangoOTInfo *pango_ot_info_get (FT_Face face); in the end, I need to run pango_shape() to convert a UTF8 string to a PangoGlyphString. Should I tr

[Owen Taylor] Re: Pango Font Scaling

2004-08-17 Thread Jan Nieuwenhuizen
for our information --- Begin Message --- On Sat, 2004-08-14 at 23:07, Haran Shivanan wrote: > Hi, > > I'm having problems understanding how font scaling works in Pango. > I have a box into which I'm rendering a PangoLayout object. > When I double the size of the b