Button[label, action] Change Font?
- To: mathgroup at smc.vnet.net
- Subject: [mg83568] Button[label, action] Change Font?
- From: Joe Sneed <jsneed at mines.edu>
- Date: Fri, 23 Nov 2007 05:30:45 -0500 (EST)
- Organization: Colorado School of Mines
I want to change the font of the button label, but apparently can't do this.
Using the "basic example" as input
Button["Click Here" Print[10!]]
obtaining the button with "Click Here" with type face plain, font Ariel.
I can change the type face from the format menu to obtain type face
bold. But I can not change the front, even though the corresponding
expression (below) reveals that the font should be "Ariel Black", this
face is not displayed.
I can also change the type color, but apparently not the size.
Might there be some place where some things are set globally that
overrides this setting?
Cell[BoxData[
ButtonBox["\<\"Click Here\"\>",
Appearance->"DialogBox",
ButtonData->"paclet:ref/Click Here",
ButtonFrame->"DialogBox",
ButtonFunction:>Print[
Factorial[10]],
Evaluator->Automatic,
Method->"Preemptive"]], "Output",
ImageSize->{61, 25},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}},
FontFamily->"Arial Black",
FontWeight->"Bold",
CellLabel->"Out[1]=",
CellID->23005]
Any help much appreciated....
Joe
--
Joe Sneed
Division of Liberal Arts and International Studies
Colorado School of Mines
Golden CO USA
mailto:jsneed at mines.edu
http://www.mines.edu/fs_home/jsneed/
- Follow-Ups:
- Re: Button[label, action] Change Font?
- From: bsyehuda@gmail.com
- Re: Button[label, action] Change Font?
- From: Carl Woll <carlw@wolfram.com>
- Re: Button[label, action] Change Font?