]> git.lyx.org Git - features.git/commit
Transfer current_font and real_current_font from Text to Cursor.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 2 Sep 2007 13:35:48 +0000 (13:35 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 2 Sep 2007 13:35:48 +0000 (13:35 +0000)
commitaf06ed5ff1aa10021480da9c393a4ddb6b182933
tree8f7d4a1b425d41e4e38eb64fb84cdc0577d117fa
parent2706bb524744348dd6d94fa53426438b4b4114df
Transfer current_font and real_current_font from Text to Cursor.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19999 a592a061-630c-0410-9148-cb99ea01b6c8
14 files changed:
src/Buffer.cpp
src/BufferView.cpp
src/Cursor.cpp
src/Cursor.h
src/Paragraph.cpp
src/Text.cpp
src/Text.h
src/Text2.cpp
src/Text3.cpp
src/TextMetrics.cpp
src/frontends/WorkArea.cpp
src/insets/InsetERT.cpp
src/insets/InsetListings.cpp
src/insets/InsetText.cpp