home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // FontString
- // by Charles Lloyd
- ////////////////////////
-
-
- FontStringName: FontString {
- value = "FontString";
- fontSize = 6;
- fontColor = "#0aa00a";
- };
-
- FontString1: FontString {
- value = aString;
- fontSize = 4;
- fontColor = "#0000ff";
- };
-
- FontString2: FontString {
- value = aString;
- fontSize = 5;
- fontColor = "#2f2f2f";
- };
-
- FontString3: FontString {
- value = aString;
- fontSize = 7;
- fontColor = "#ff7f00";
- };
-
- ComponentDescription: ComponentDescription {
- componentName = "FontString";
- };
-
- ShowSourceControls: ShowSource {
- componentName = "FontString";
- };
-