diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2018-03-14 00:15:38 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2018-03-14 00:22:21 +0200 |
commit | 248669f3ba716a990fb164e32d69ef81185a8ac3 (patch) | |
tree | 852e3d0e7b15254ee7208e411bed10e0d2f92eb7 | |
parent | d4f3370336a40907f528a41e75a55fe4f50c1a11 (diff) | |
download | pango-248669f3ba716a990fb164e32d69ef81185a8ac3.tar.gz |
Modules are long gone
-rw-r--r-- | HACKING | 4 | ||||
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | docs/Makefile.am | 1 | ||||
-rw-r--r-- | docs/meson.build | 1 |
4 files changed, 0 insertions, 9 deletions
@@ -1,10 +1,6 @@ Formatting ========== -All parts of Pango other than modules should use the following formatting -style; for modules, it is up to the discretion of the module -author / maintainer, though they are encouraged to follow the following. - The Pango formatting style is basically the GNU style of formatting (see http://www.gnu.org/prep/standards.html), with a few additions. In brief overview: @@ -23,9 +23,6 @@ The integration of Pango with Cairo (http://cairographics.org) provides a complete solution with high quality text handling and graphics rendering. -Dynamically loaded modules then handle text layout for particular -combinations of script and font backend. - As well as the low level layout rendering routines, Pango includes PangoLayout, a high level driver for laying out entire blocks of text, and routines to assist in editing internationalized text. diff --git a/docs/Makefile.am b/docs/Makefile.am index 80df07bc..fa4437f1 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -23,7 +23,6 @@ CFILE_GLOB=$(top_srcdir)/pango/*.c IGNORE_HFILES= \ ftglue.h \ opentype \ - modules.h \ pangoatsui-private.h \ pangocairo-private.h \ pangocairo-fc.h \ diff --git a/docs/meson.build b/docs/meson.build index 199ba4bd..1c6c787f 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -8,7 +8,6 @@ configure_file(input: 'version.xml.in', private_headers = [ 'ftglue.h', - 'modules.h', 'pangoatsui-private.h', 'pangocairo-private.h', 'pangocairo-fc.h', |