Changes between Version 21 and Version 22 of FDORfc60


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc60

    v21 v22  
    902902public:
    903903    /// \brief
    904     /// Gets the font family.
    905     ///
    906     /// \remarks
    907     /// Names such as Arial, Helvetica, Times New Roman. There is
    908     /// no guarantee that the glyphs exist on the client system.
     904    /// Gets the font-family.
     905    ///
     906    /// \remarks
     907    /// There is no guarantee that the glyphs exist on the client system.
    909908    /// These names can be delimited by a semi-colon and
    910909    /// indicate an ordered list of names to use.
    911910    ///
    912911    /// \return
    913     /// Returns the font family.
     912    /// Returns the font-family.
    914913    ///
    915914    FdoString* GetFontFamily() const;
    916915
    917916    /// \brief
    918     /// Sets the font family.
    919     ///
    920     /// \remarks
    921     /// Names such as Arial, Helvetica, Times New Roman. There is
    922     /// no guarantee that the glyphs exist on the client system.
     917    /// Sets the font-family.
     918    ///
     919    /// \remarks
     920    /// There is no guarantee that the glyphs exist on the client system.
    923921    /// These names can be delimited by a semi-colon and
    924922    /// indicate an ordered list of names to use.
    925923    ///
    926924    /// \param fontFamily
    927     /// Input the font family. Required to be non-empty string.
     925    /// Input the font-family. Required to be non-empty string.
    928926    ///
    929927    /// \return