mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
app, devel-docs, libgimp: updating gimp_text_layer_[gs]et_font() and new…
… function gimp_font_get_pango_font_description(). Also updating file-pdf-save which is the only plug-in using these right now. Note that I am not fully happy with the new function gimp_font_get_pango_font_description() because I experienced some weird behavior in file-pdf-save which is that some fonts were wrong if this is called after pango_cairo_font_map_set_resolution(). But let's say this is a first step looking for improvements.
This commit is contained in:
parent
faae47a9a8
commit
ea55b7a11a
15 changed files with 114 additions and 58 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <glib-object.h>
|
||||
#include <gegl.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
#include <pango/pango.h>
|
||||
|
||||
#include <libgimpbase/gimpbase.h>
|
||||
#include <libgimpcolor/gimpcolor.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue