mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
ebeca18635
Revise the UI (no more double checkboxes), add font variations, update font features from the dialog, allow tweaking ranges.
14 lines
208 B
C
14 lines
208 B
C
#ifndef SCRIPT_NAMES_H
|
|
#define SCRIPT_NAMES_H
|
|
|
|
#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
|
|
|
|
#endif
|