gtk/demos/gtk-demo/script-names.h

11 lines
167 B
C
Raw Normal View History

#pragma once
#include <glib.h>
G_BEGIN_DECLS
const char * get_script_name (GUnicodeScript script);
const char * get_script_name_for_tag (guint32 tag);
G_END_DECLS