Home
last modified time | relevance | path

Searched refs:FontsStyleOther (Results 1 – 3 of 3) sorted by relevance

/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DGlobal.h170 FontsStyle FontsStyleOther; variable
H A DPreferences.c1331 if( FontsStyleOther.fontname ) in set_button_font()
1332 g_free(FontsStyleOther.fontname); in set_button_font()
1333 FontsStyleOther.fontname = g_strdup(FontTemp); in set_button_font()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtils.c988 add_fonts_in_file(fd,FontsStyleOther); in create_fonts_file()
1686 read_fonts_in_file(fd,&FontsStyleOther); in read_fonts_file()
1706 set_font_other (FontsStyleOther.fontname); in read_fonts_file()
2182 if(FontsStyleOther.fontname) g_free(FontsStyleOther.fontname); in reset_fonts()
2183 FontsStyleOther.fontname = g_strdup(fname); in reset_fonts()
2197 FontsStyleOther.fontname = NULL; in initialise_fonts_style()
2203 FontsStyleOther.fontname = g_strdup("sans 12"); in initialise_fonts_style()
2235 FontsStyleOther.BaseColor.red = 58980; in initialise_fonts_style()
2239 FontsStyleOther.TextColor.red = 32768; in initialise_fonts_style()
2240 FontsStyleOther.TextColor.green = 0; in initialise_fonts_style()
[all …]