Re: Pango =?UTF-8?Q?issue=3F=20Symbol=20font=20characters=20above?= =?UTF-8?Q?=20A=30=20incorrect=20for=20multiple=20applications?=
- From: mathog <mathog caltech edu>
- To: Behdad Esfahbod <behdad behdad org>
- Cc: gtk-i18n-list gnome org
- Subject: Re: Pango issue? Symbol font characters above A0 incorrect for multiple applications
- Date: Fri, 09 Mar 2012 08:42:31 -0800
Added a version of the list_fonts function from here
http://www.lemoda.net/pango/list-fonts/index.html
and while it listed 125 families of fonts, it did not list any
symbol/wingdings/webdings type fonts.
So when the test program specified those it used some fallback font
instead. Inkscape lists those fonts.
Presumably I need to use some other set of headers or font backend?
The test program currently has these
headers:
#include <cairo.h>
#include <pango/pangocairo.h>
#include <strings.h>
#include <stdlib.h>
#include <stdio.h>
Tried adding this (found in Inkscape in what looked like the right
place):
#include <pango/pangowin32.h>
or this
#include <pango/pangoft2.h>
#include <freetype/freetype.h>
or both, but none of these brought in the Symbol font.
Pango version is 1.28.3 (same as Inkscape is using, and it sees Symbol
font).
Why does Inkscape pull in Symbol and the test program not?
Thank you,
David Mathog
mathog caltech edu
Manager, Sequence Analysis Facility, Biology Division, Caltech
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]