]> git.lyx.org Git - features.git/commit
This commit moves system font initialization and restoration to new support/fontutils...
authorAbdelrazak Younes <younes@lyx.org>
Mon, 2 Oct 2006 10:48:03 +0000 (10:48 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 2 Oct 2006 10:48:03 +0000 (10:48 +0000)
commit6a947f349b15309c950d1657faab7dfc5b7a5bd9
treec3a3e801bc42e00c8b70b79abeee19fc44adeefa
parent84171dea119d8d1a5b8690ef285ea32499ac4ee1
This commit moves system font initialization and restoration to new support/fontutils.[Ch].
These font related functions were identical for qt3 and qt4. They are not Qt dependent at all and could also apply to an eventual Win32 or MacOSX gtk port.

Jen-Marc says: It would be nice to convince fontconfig to do the same for linux.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15196 a592a061-630c-0410-9148-cb99ea01b6c8
12 files changed:
development/scons/scons_manifest.py
src/frontends/qt3/lyx_gui.C
src/frontends/qt3/qfont_loader.C
src/frontends/qt3/qfont_loader.h
src/frontends/qt4/FontLoader.C
src/frontends/qt4/FontLoader.h
src/frontends/qt4/lyx_gui.C
src/lyx_cb.C
src/lyx_main.C
src/support/Makefile.am
src/support/fontutils.C [new file with mode: 0644]
src/support/fontutils.h [new file with mode: 0644]