| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Remove leftovers like #Type, reduce indentations
to avoid markdown block quotes, etc.
|
|
|
|
|
|
|
| |
Unfortunately, some applications are poking
directly at PangoFcFont struct fields. Put the
structs back in the public headers for now,
but deprecated.
|
|
|
|
|
|
|
|
|
| |
We did not remove the freetype dependency from libpango
anyway, so bite the bullet, and keep including freetype
headers.
Changing the return type to gpointer broke C++ users,
where casts from void* are not automatic.
|
|
|
|
|
|
| |
Turns out these are in use.
Closes: https://gitlab.gnome.org/GNOME/pango/issues/394
|
|
|
|
|
| |
Stop using FT_Face here, so we can stop
including freetype headers.
|
|
|
|
| |
We have pango_font_has_char now.
|
|
Abolish the PANGO_ENABLE_BACKEND and PANGO_ENABLE_ENGINE
defines. All backend-only apis are moved into private
headers, all apis that were engine-only are marked as
deprecated, since engines are.
|