Home
last modified time | relevance | path

Searched refs:font_family (Results 1 – 2 of 2) 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/ImageMagick/MagickWand/
Ddrawing-wand.c5038 const char *font_family) in DrawSetFontFamily() argument
5044 assert(font_family != (const char *) NULL); in DrawSetFontFamily()
5047 (LocaleCompare(CurrentContext->family,font_family) != 0)) in DrawSetFontFamily()
5049 (void) CloneString(&CurrentContext->family,font_family); in DrawSetFontFamily()
5050 (void) MVGPrintf(wand,"font-family '%s'\n",font_family); in DrawSetFontFamily()