"The FontChoice component is a ready-made RadioMatrix that is intended to allow the user to choose one of the 7 HTML font sizes. As it is merely a RadioMatrix initialized with 7 radio buttons, most of the usual RadioMatrix options are available.";
parameters = (
"matrixName",
"Used to distinguish the WORadioButtons used in this RadioMatrix from those in any other RadioMatrix.",
"selectedItem",
"If initialized, indicates which button is initially selected. Upon return, indicates the user's choice (or <b>nil</b> if nothing is chosen). Default is item 3.",
"borderSize",
"The width of the border of the matrix. Default is 1.",
"isVertical",
"The orientation of the matrix. Default is NO."
);
currentVersion = "1.0";
releaseDate = "March 4, 1996";
supportPolicy = "ExampleCode: Unsupported";
distributionPolicy = "You may freely distribute this code";