Home
last modified time | relevance | path

Searched refs:new_fontsize (Results 1 – 5 of 5) sorted by relevance

/dports/x11/mlterm/mlterm-3.9.1/tool/mlconfig/
H A Dmc_font.c163 static char *new_fontsize = NULL; variable
327 g_free(new_fontsize); in fontsize_selected()
328 new_fontsize = gtk_editable_get_chars(GTK_EDITABLE(widget), 0, -1); in fontsize_selected()
331 bl_debug_printf(BL_DEBUG_TAG " %s font size is selected.\n", new_fontsize); in fontsize_selected()
590 sprintf(font_name, format, new_fontsize, encoding); in select_xlfd_font()
705 if ((font_name = malloc(6 + strlen(new_fontsize))) == NULL) { in select_fc_font()
709 sprintf(font_name, "Sans %s", new_fontsize); in select_fc_font()
774 new_fontsize = strdup(old_fontsize = mc_get_str_value("fontsize")); in mc_font_config_widget_new()
922 if (strcmp(new_fontsize, old_fontsize)) is_fontsize_changed = 1; in mc_update_font_misc()
925 mc_set_str_value("fontsize", new_fontsize); in mc_update_font_misc()
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/utils/
H A Dlstopo-windows.c184 unsigned int new_fontsize = the_fontsize * win_height / the_height; in WndProc() local
186 if (new_fontsize < fontsize) in WndProc()
187 fontsize = new_fontsize; in WndProc()
H A Dlstopo-cairo.c234 unsigned int new_fontsize = disp->orig_fontsize * disp->screen_height / disp->height; in move_x11() local
236 if (new_fontsize < fontsize) in move_x11()
237 fontsize = new_fontsize; in move_x11()
/dports/graphics/plotutils/plotutils-2.6/tek2plot/
H A Dtek2plot.c233 void set_font_size (plPlotter *plotter, int new_fontsize);
1307 set_font_size (plPlotter *plotter, int new_fontsize) in set_font_size() argument
1312 switch (new_fontsize) in set_font_size()
1332 (double)(TekChar[new_fontsize].hsize) / CHAR_WIDTH); in set_font_size()
/dports/japanese/today/ja-today-2.12_2/
H A Dpropshet.c1030 int new_fontsize; in scrnGetFontObject() local
1036 new_fontsize = GetDlgItemInt(hwnd, ctrlID2, &bFlag, TRUE); in scrnGetFontObject()
1038 new_fontsize = 0; in scrnGetFontObject()
1040 hFont = createDisplayFontObject(hwnd, new_fontname, &new_fontsize); in scrnGetFontObject()