
Allowing to disable font rendering integration, making it possible to build Mutter without pango/harfbuzz/fribidi dependencies. This commit also adds a new clutter-pango header that is used to include pango specific bits. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4106>
33 lines
1.0 KiB
C
33 lines
1.0 KiB
C
/*
|
|
* Clutter.
|
|
*
|
|
* An OpenGL based 'interactive canvas' library.
|
|
*
|
|
* Copyright (C) 2024 Red Hat
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define __CLUTTER_H_INSIDE__
|
|
|
|
#include "clutter/pango/clutter-actor-pango.h"
|
|
#include "clutter/pango/clutter-text.h"
|
|
#include "clutter/pango/clutter-text-buffer.h"
|
|
#include "clutter/pango/clutter-text-node.h"
|
|
|
|
#undef __CLUTTER_H_INSIDE__
|