]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.h
white space -> tabs
[lyx.git] / src / bufferview_funcs.h
index a295c7af0fec7a409176c17b7ec5a4e7bc471df2..161ed4a5ef6805355ef1529e7afc24b3f181691f 100644 (file)
@@ -23,15 +23,15 @@ class Point;
 class BufferView;
 class DocIterator;
 class Inset_code;
-class LyXFont;
+class Font;
 
 namespace bv_funcs {
 
 /// Set \param data using \param font and \param toggle. Return success.
-bool font2string(LyXFont const & font, bool toggle, std::string & data);
+bool font2string(Font const & font, bool toggle, std::string & data);
 
 /// Set \param font and \param toggle using \param data. Return success.
-bool string2font(std::string const & data, LyXFont & font, bool & toggle);
+bool string2font(std::string const & data, Font & font, bool & toggle);
 
 /** Returns the current freefont, encoded as a std::string to be passed to the
  *  frontends.