Changes between Version 20 and Version 21 of FDORfc60


Ignore:
Timestamp:
Apr 13, 2011, 9:55:49 AM (13 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc60

    v20 v21  
    907907    /// Names such as Arial, Helvetica, Times New Roman. There is
    908908    /// no guarantee that the glyphs exist on the client system.
    909     /// These names can be delimited by a semi-colon (;) and
     909    /// These names can be delimited by a semi-colon and
    910910    /// indicate an ordered list of names to use.
    911     /// E.g.: Helvetica; Arial
    912911    ///
    913912    /// \return
     
    922921    /// Names such as Arial, Helvetica, Times New Roman. There is
    923922    /// no guarantee that the glyphs exist on the client system.
    924     /// These names can be delimited by a semi-colon (;) and
     923    /// These names can be delimited by a semi-colon and
    925924    /// indicate an ordered list of names to use.
    926     /// E.g.: Helvetica; Arial
    927925    ///
    928926    /// \param fontFamily
     
    10501048    /// This specifies the color of the interior of the glyphs. Colors can
    10511049    /// be specified in the following manner:
    1052     /// 1. Well known SVG font names such as black, blue, red. See
    1053     /// http://www.w3.org/TR/SVG/types.html#ColorKeywords .
    1054     /// 2. RGB values specified using function syntax such as
    1055     /// rgb(255, 0, 255) is a magenta
    1056     /// 3. A literal hex value such as #FF00FF which would be the
    1057     /// same as the previous RGB example.
     1050    /// 1. Well known SVG font names such as black, blue, red.     
     1051    /// 2. RGB values specified using function syntax such as rgb(255, 0, 255) is a magenta
     1052    /// 3. A literal hex value which would be the same as the previous RGB example.
    10581053    ///
    10591054    /// \return
     
    10691064    /// be specified in the following manner:
    10701065    ///
    1071     /// 1. Well known SVG font names such as black, blue, red. See
    1072     /// http://www.w3.org/TR/SVG/types.html#ColorKeywords .
    1073     /// 2. RGB values specified using function syntax such as
    1074     /// rgb(255, 0, 255) is a magenta
    1075     /// 3. A literal hex value such as #FF00FF which would be the
    1076     /// same as the previous RGB example.
     1066    /// 1. Well known SVG font names such as black, blue, red.
     1067    /// 2. RGB values specified using function syntax such as rgb(255, 0, 255) is a magenta
     1068    /// 3. A literal hex value which would be the same as the previous RGB example.
    10771069    ///
    10781070    /// \param fillColor