Lines Matching full:actual
5 # FIXME: should add 'displayof' option where relevant (actual, families,
70 # get actual settings corresponding to the given font
71 font = root.tk.splitlist(root.tk.call("font", "actual", font))
118 return Font(self._root, **self.actual())
120 def actual(self, option=None):
121 "Return actual font attributes"
123 return self._call("font", "actual", self.name, "-"+option)
126 self._split(self._call("font", "actual", self.name))
188 print f.actual()
189 print f.actual("family")
190 print f.actual("weight")