"The HTMLFontString component bundles the text, font size, and color attributes of a string into a single package, but is based on HTMLString rather than WOString (see FontString).";
parameters = (
"value",
"The text that the string displays in the HTML page. The default is \"Uninitialized FontString\".",
"fontSize",
"The string's font size. The default is 5.",
"fontColor",
"The string's text color. The default is black."
);
currentVersion = "1.0";
releaseDate = "March 8, 1996";
supportPolicy = "ExampleCode: Unsupported";
distributionPolicy = "You may freely distribute this code";