Displaying 5 results from an estimated 5 matches for "fontmap".
Did you mean:
fondap
2007 Nov 04
0
7 commits - libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_field_movie_html.c
...ne (iter) / PANGO_SCALE;
+
+ pango_layout_iter_free (iter);
+
+ return baseline;
+}
+
+static void
+swfdec_text_field_movie_attr_list_get_ascent_descent (PangoAttrList *attr_list,
+ guint pos, int *ascent, int *descent)
+{
+ PangoAttrIterator *attr_iter;
+ PangoFontDescription *desc;
+ PangoFontMap *fontmap;
+ PangoFont *font;
+ PangoFontMetrics *metrics;
+ PangoContext *pcontext;
+ int end;
+
+ if (ascent != NULL)
+ *ascent = 0;
+ if (descent != NULL)
+ *descent = 0;
+
+ g_return_if_fail (attr_list != NULL);
+
+ attr_iter = pango_attr_list_get_iterator (attr_list);
+ pango_att...
2001 Feb 27
1
printing with wine thru ghostscript
The printing howto is a little vague in this area. How do I go about
printing through ghostscript from windows? I know how to teach
ghostscript to print the ttfs (generate the appropriate afms, add them
to the fontmap). Where do I place the afms for wine to use? If I
provide afms for each truetype font for wine, and then use a postscript
printer ppd file, and set lpt1 to be |lpr, will this work?
Could someone maybe tell me the steps he or she performed to make this
work? I have worked with afms before. In f...
2001 Apr 16
1
Maple, MathCad, Greek letters (was: Greek letters)
...ie
symb12.pcf.gz -adobe-symbol-medium-r-normal--12-120-75-75-p-74-adobe-fontspecific
becomes
symb12.pcf.gz -adobe-symbol-medium-r-normal--12-120-75-75-p-74-iso8859-1
and the rest...
Then do an 'xset fp rehash' and the symbol font should be fine under wine.
I've tried charmap.exe, fontmap.exe and wordpad.exe as well as wmaple.exe
and they seem to work too. This might cause havoc with X applications
that want to use the symbol font though.
Alternatively, I also had success changing unicode/c_042.c and
recompiling. Replacing the first block of 256 entries in uni2cp_low with
the sa...
2005 Sep 01
0
transparency?
...easonable
default assumption these days.
* There is a bug (R segfaults) when afm files are not found.
* When something does not work, such as encoding that is not supported,
it would be nice to print a warning.
--- I should also email this to the ghostscript 7.07 folks. If
there is no Fontmap, they silently replace fonts.
It is wonderful that they do replace, but they should print
a warning " Font xyz not found, thus replacing
it with Font abs."
The lack of good errors made it doubly hard to figure out the workings,
and without the help of the afore...
2005 Aug 22
2
pdf font embedding --- again
dear R wizards--- I would like to do some book-on-demand printing at a
popular printer named lulu, but lulu requires inclusion even of the
basic postscript fonts. Interestingly, my book itself does not need
the 14 base acrobat fonts, only the embedded R figures do. Of course,
I really would like to get pdftex to embed the fonts, but how to do
this is not obvious either. [This method seems