Top | ![]() |
![]() |
![]() |
![]() |
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.
FontManagerReject *
font_manager_reject_new (void
);
A newly created FontManagerReject.
Free the returned object using
. g_object_unref()
[transfer full]
FontManagerStringSet * font_manager_reject_get_rejected_files (FontManagerReject *self
,GError **error
);
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]