Re: pango and gtkmathview
- From: Owen Taylor <otaylor redhat com>
- To: Luca Padovani <lpadovan cs unibo it>
- Cc: "gtk-i18n-list gnome org" <gtk-i18n-list gnome org>
- Subject: Re: pango and gtkmathview
- Date: 20 Feb 2003 16:20:39 -0500
I'm not really sure how math would fit into the Pango framework.
The layout capabilities of Pango are clearly not applicable ...
layout of math is entirely different.
So, what's left:
- Fonts. You could possibly use Pango's font listing mechanisms.
But you'd have to drop down to accessing the FreeType fonts
directly to get things like italic corrections. So, you
wouldn't be independent of backend.,
- Rendering. PangoGlyphString holds a set of positioned glyphs.
But it doesn't have capabilities like stretching glyphs.
I'd suspect you'll be better off going directly to Xft and
fontconfig.
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]