diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-03-10 11:16:10 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-03-18 10:47:35 +0100 |
commit | 64c6c4279f70555511af2d2ba80bcd32cbc7a798 (patch) | |
tree | bcd9ad4eeab2fd45d6c13d23c78f786ec0cd1ee9 /solenv/clang-format | |
parent | f493cd83fbb2e572cf3d85aaf57fb202d763756d (diff) |
move most font handling out of CairoTextRender
It doesn't really have anything to do with Cairo, it's FreeType,
and it can be reused by other implementation (to be used by Skia).
Change-Id: I02fe8b9d8cd9334741240a1198460c41543cd876
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90605
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'solenv/clang-format')
-rw-r--r-- | solenv/clang-format/blacklist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 2792a6d284b0..baa2243c2d81 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -16794,6 +16794,7 @@ vcl/inc/textrender.hxx vcl/inc/toolbox.h vcl/inc/unx/XIM.h vcl/inc/unx/cairotextrender.hxx +vcl/inc/unx/freetypetextrender.hxx vcl/inc/unx/cpdmgr.hxx vcl/inc/unx/cupsmgr.hxx vcl/inc/unx/desktops.hxx @@ -17472,6 +17473,7 @@ vcl/unx/generic/fontmanager/helper.cxx vcl/unx/generic/gdi/cairo_xlib_cairo.cxx vcl/unx/generic/gdi/cairo_xlib_cairo.hxx vcl/unx/generic/gdi/cairotextrender.cxx +vcl/unx/generic/gdi/freetypetextrender.cxx vcl/unx/generic/gdi/font.cxx vcl/unx/generic/gdi/gdiimpl.cxx vcl/unx/generic/gdi/gdiimpl.hxx |