Changes between Version 21 and Version 22 of FDORfc60
- Timestamp:
- 04/13/11 09:57:40 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc60
v21 v22 902 902 public: 903 903 /// \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. 909 908 /// These names can be delimited by a semi-colon and 910 909 /// indicate an ordered list of names to use. 911 910 /// 912 911 /// \return 913 /// Returns the font 912 /// Returns the font-family. 914 913 /// 915 914 FdoString* GetFontFamily() const; 916 915 917 916 /// \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. 923 921 /// These names can be delimited by a semi-colon and 924 922 /// indicate an ordered list of names to use. 925 923 /// 926 924 /// \param fontFamily 927 /// Input the font 925 /// Input the font-family. Required to be non-empty string. 928 926 /// 929 927 /// \return