About 1,278,707 results (4,272 milliseconds)

How would one go about changing the font size of the menu bar in ...

https://groups.google.com/g/leo-editor/c/DJm-1zG9-Tc
How would one go about changing the font size of the menu bar in Tk mode? 86 ... *Label*Font: Verdana 8 bold. but the menu settings above override it ...

Changes in the graphs top_label_font_size and date format does ...

https://groups.google.com/g/weewx-user/c/ip3hlCSnbMY
Thanks to tk for this billiant software. It is my ... Now I am really struggeling to change the top label font size and the date format for all graphs.

Which widgets to use for displaying superscripts/subscripts?

https://groups.google.com/g/comp.lang.tcl/c/9uQXrnfbt8c
It works fine for text in Tk widgets also, or are you talking about use ... another font size, while keeping the font family the same, already makes the ...

How do I adjust ttk widget formatting

https://groups.google.com/g/comp.lang.tcl/c/5E9kGZ5wEHQ/m/74JAo7-bAwAJ
than the original tk widgets ... % font create B {*}[font configure TkHeadingFont] -weight bold -size 14. B % ttk::style configure TLabelframe.Label -font B

wxListbook problem, not sizing correctly on Windows.

https://groups.google.com/g/wx-users/c/TbJUwrq_iWw
Feb 14, 2022 ... Do you mean DPI scaling or just changing the font size? TK> Is there an easy way to fix this? I don't know. Having a patch reproducing the ...

secrets of tcl/tk

https://groups.google.com/g/comp.lang.tcl/c/ngNVXqjxJbM
This is a attributes of the text widget while I thought it was a attribute of the sel tag. ... > "seeking information to set font and font size for tk messagebox"

[R-SIG-Mac] R commander fonts on R 3.4.0

https://groups.google.com/g/r-sig-mac/c/bI1PiyNtTEU
... tk scaling ", scale.factor, sep="")) # set various font sizes if (WindowsP()){ default.font.size.val <- abs(as.numeric(.Tcl("font actual TkDefaultFont -size")))

Add support for font-size-adjust [40081245] - Chromium

https://code.google.com/p/chromium/issues/detail?id=451346
... [email protected] <[email protected]> #22 Jul 9, 2015 07:56PM. [Empty ... If this issue should remain open, remove the "Hotlist-OpenBugWithCL" label.

Visualization: GeoChart | Charts | Google for Developers

https://developers.google.com/chart/interactive/docs/gallery/geochart
Sep 18, 2024 ... ... size of the label. If this column is not present, all labels ... font-name>, fontSize: <global-font-size>}. region. The area to display ...

Pie chart reference | Looker Studio | Google Cloud

https://cloud.google.com/looker/docs/studio/pie-chart-reference
Slice font size: Sets the size of the data labels inside the pie slices. ... Slice label: Determines the style of the slice labels. Options are: None: no ...

matplotlib.ipynb - Colab

https://colab.research.google.com/github/amanchadha/aman-ai/blob/master/matplotlib.ipynb
Matplotlib can output graphs using various backend graphics libraries, such as Tk, wxPython, etc. ... Font size of the tick labels plt.rc('ytick', labelsize= ...

re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

https://groups.google.com/g/weewx-user/c/4qz0bwgna7g
0. -tk... To view this discussion on the web visit https://groups ... label says Model 01536. but lsusb says Chaney Instrument Model 01036 weather ...

The default setting of minimum font size may make layout of some ...

http://code.google.com/p/chromium/issues/detail?id=36429
... [email protected] <[email protected]> #10 Jul 9, 2015 01:28AM. [Empty ... label is added for tracking. Please re-triage this issue. For more details ...

minimum font-size is applied to SVG text (but it shouldn't) [41007591 ...

https://code.google.com/p/chromium/issues/detail?id=232332
... [email protected] <[email protected]> #2 Apr 17, 2013 06:16PM. [Empty ... Removing Cr-Blink from issues that already have Cr-Blink sub-label set. sh ...

Tcl/Tk - Observations from a newbie.

https://groups.google.com/g/comp.lang.tcl/c/-XyaY6tuCJY
widgets for the given platform. Aren't most of the Tk widgets native ... > color schemes, and element sizes (the main exceptions being fonts > and ...

fonts in tcl/tk dialog boxes

https://groups.google.com/g/comp.lang.tcl/c/0PXrIBB4jqc/m/zLGTKP2KRE4J
antialiased fonts (Tk ... font configure font_p -family "Helvetica" -size 12 -underline 0. Then: foreach class { Button Checkbutton Entry Label Listbox Menu ...

image genarator/skin.config

https://groups.google.com/g/weewx-user/c/udal_tqYc8U
First i found out, if no font is specified or (font is not found), change of of fontsize has no effekt. ... label = Ultraviolette Strahlung. Reply all.

Inferno OS Android. I have ported as a regular app

https://groups.google.com/g/inferno-os/c/M1yaqKSin3o
ttf` fonts now may be used by limbo/Tk apps directly. without a `.font` wrapper. it is need to define sizes of fonts directly from a limbo app (`.b` / `.dis`) ...

... (ellipsis) even when there is space for the texts!

https://groups.google.com/g/google-admob-ads-sdk/c/iuGPjmspwNU/m/WIWrU9YABAAJ
Mar 7, 2017 ... font-size: 1.5em;. } body {. font-family: "Roboto-Regular", Arial ... tK 2›âfE¡ö +û·_ó 9¦@7¶»Ö Éb B ìóÔøñ±£ d D dp |Þƒ3Ù*ŸúwJ‹Ž;‚H–K´é ...

telling TK where to find fonts

https://groups.google.com/g/comp.lang.tcl/c/PXnPSWQ1Q8k
Jun 30, 2023 ... set myfontname [font create -family $myNewFontFamily -size 20] # then use $myfontname for a new widget ... label .mylabel -font $myfontname ...