Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tkinter/ttk/
Dwidget_state.py24 self.font_family = self.tk.eval("font configure %s -family" % btn_font)
25 if ' ' in self.font_family:
26 self.font_family = '{%s}' % self.font_family
36 self.style.configure("TButton", font="%s %s%d" % (self.font_family,
/external/blktrace/iowatcher/
Dplot.c46 static char *font_family = "sans-serif"; variable
469 font_family, plot_title_font_size, "middle", title); in set_plot_title()
538 tick_x, text_y, font_family, tick_font_size, anchor, in set_xticks()
543 tick_x, text_y, font_family, tick_font_size, anchor, in set_xticks()
555 text_y, font_family, tick_font_size, last); in set_xticks()
560 text_y, font_family, tick_font_size, (double)last); in set_xticks()
575 font_family, in set_ylabel()
592 font_family, in set_xlabel()
626 font_family, tick_font_size, anchor, first + step * i, units); in set_yticks()
632 text_x, axis_y_off(graph_height), font_family, tick_font_size, anchor, last, units); in set_yticks()
[all …]
/external/ImageMagick/MagickWand/
Ddrawing-wand.c5120 const char *font_family) in DrawSetFontFamily() argument
5126 assert(font_family != (const char *) NULL); in DrawSetFontFamily()
5129 (LocaleCompare(CurrentContext->family,font_family) != 0)) in DrawSetFontFamily()
5131 (void) CloneString(&CurrentContext->family,font_family); in DrawSetFontFamily()
5132 (void) MVGPrintf(wand,"font-family '%s'\n",font_family); in DrawSetFontFamily()