Home
last modified time | relevance | path

Searched refs:l_encFont (Results 1 – 4 of 4) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dfunctions.c70 fprintf(fp, "\n\tenc font:%s", locale->l_encFont); in Locale_print()
H A Dlocale.c92 l->l_encFont = CE_ISO8859_1; in getLocaleDescriptor()
117 l->l_encFont = strdup(tag); in getLocaleDescriptor()
H A Dfonts.c108 TkGate.locale->l_encFont); in getFontName()
H A Dtkgate.h191 const char *l_encFont; /* Font family to use (e.g., iso8859-1) */ member