Disabled Fonts
Disabled Fonts — Fontconfig font selection configuration
|
|
Includes
#include <font-manager-reject.h>
Description
Set of font families that should be excluded from the set of fonts used to resolve
list and match requests as if they didn't exist in the system.
Functions
font_manager_reject_new ()
FontManagerReject *
font_manager_reject_new (void
);
Returns
A newly created FontManagerReject.
Free the returned object using g_object_unref()
.
[transfer full]
font_manager_reject_get_rejected_files ()
FontManagerStringSet *
font_manager_reject_get_rejected_files
(FontManagerReject *self
,
GError **error
);
Returns
A set of filepaths for all currently blacklisted fonts or NULL
if there was an error.
Free the returned object using g_object_unref()
.
[transfer full][nullable]
Types and Values
FONT_MANAGER_TYPE_REJECT
#define FONT_MANAGER_TYPE_REJECT (font_manager_reject_get_type ())
FontManagerReject
typedef struct _FontManagerReject FontManagerReject;