Codepoint List
Codepoint List — UnicodeCodepointList implementation
|
|
Object Hierarchy
GObject
╰── FontManagerCodepointList
Includes
#include <font-manager-codepoint-list.h>
Description
Codepoint list which limits results to available characters in the selected font.
Functions
font_manager_codepoint_list_new ()
FontManagerCodepointList *
font_manager_codepoint_list_new (void
);
Creates a new codepoint list
font_manager_codepoint_list_set_filter ()
void
font_manager_codepoint_list_set_filter
(FontManagerCodepointList *self
,
GList *filter
);
When a filter is set only codepoints which are actually present in the filter
will be used.
font_manager_codepoint_list_set_font ()
void
font_manager_codepoint_list_set_font (FontManagerCodepointList *self
,
JsonObject *font
);
Updates the codepoint list to contain only codepoints actually present in font
.
Types and Values
FONT_MANAGER_TYPE_CODEPOINT_LIST
#define FONT_MANAGER_TYPE_CODEPOINT_LIST (font_manager_codepoint_list_get_type())
FontManagerCodepointList
typedef struct _FontManagerCodepointList FontManagerCodepointList;
Property Details
The “font”
property
“font” JsonObject *
Updates the codepoint list to contain only codepoints actually present in font
.
[transfer none]
Owner: FontManagerCodepointList
Flags: Write