home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / FontStringEx.wo / FontStringEx.wod < prev    next >
Encoding:
Text File  |  1996-03-11  |  634 b   |  38 lines

  1. ////////////////////////
  2. //  FontString
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7. FontStringName: FontString {
  8.     value = "FontString";
  9.     fontSize = 6;
  10.     fontColor = "#0aa00a";
  11. };
  12.  
  13. FontString1: FontString {
  14.     value = aString;
  15.     fontSize = 4;
  16.     fontColor = "#0000ff";
  17. };
  18.  
  19. FontString2: FontString {
  20.     value = aString;
  21.     fontSize = 5;
  22.     fontColor = "#2f2f2f";
  23. };
  24.  
  25. FontString3: FontString {
  26.     value = aString;
  27.     fontSize = 7;
  28.     fontColor = "#ff7f00";
  29. };
  30.  
  31. ComponentDescription: ComponentDescription {
  32.     componentName = "FontString";
  33. };
  34.  
  35. ShowSourceControls: ShowSource {
  36.     componentName = "FontString";
  37. }; 
  38.