Re: [cp-patches] ProgressBar vertical text

2007-04-12 Thread Francis Kung
And this is part two of the fix: optimized drawing is disabled in CairoGraphics2D if any glyphs have been transformed. The fallback code path respects transformations, while the optimized code doesn't. Cheers, Francis 2007-04-12 Francis Kung <[EMAIL PROTECTED]> PR 23887 *

[cp-patches] ProgressBar vertical text

2007-04-12 Thread Francis Kung
Hi, The first of two patches to address a long-standing bug with the text in vertical progress bars... this one lays out glyphs properly in the GlyphVector, and fixes spacing/alignment in the progress bar. Cheers, Francis 2007-04-12 Francis Kung <[EMAIL PROTECTED]> PR 23887