X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferview_funcs.h;h=161ed4a5ef6805355ef1529e7afc24b3f181691f;hb=66561205e371dcd755f2187d562872c08ea582da;hp=a295c7af0fec7a409176c17b7ec5a4e7bc471df2;hpb=32871c1284f15265f652ff01c438e539a7c8181f;p=lyx.git diff --git a/src/bufferview_funcs.h b/src/bufferview_funcs.h index a295c7af0f..161ed4a5ef 100644 --- a/src/bufferview_funcs.h +++ b/src/bufferview_funcs.h @@ -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.