forked from AuroraMiddleware/gtk
74d99766e4
Move the Unicode names to a separate source file, and only build the demo if we have harfbuzz (since we use script names, and those are only available with harfbuzz). Also, fix a forgotten type name.
8 lines
227 B
C
8 lines
227 B
C
#pragma once
|
|
|
|
#include <glib.h>
|
|
|
|
const char * get_unicode_type_name (GUnicodeType type);
|
|
const char * get_break_type_name (GUnicodeBreakType type);
|
|
const char * get_combining_class_name (int cclass);
|