1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Make LyX be more specific, when it can not find the font it wants

and switches to "fixed".
This commit is contained in:
Mikhail Teterin 2002-08-01 14:51:27 +00:00
parent 301e338c66
commit c6fb0efa2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63844
5 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,9 @@
Report, which font is missing to aid the user trying to configure things.
--- src/FontLoader.C Thu Mar 21 12:25:07 2002
+++ src/FontLoader.C Thu Aug 1 10:44:19 2002
@@ -302,3 +302,4 @@
} else {
- lyxerr << "Could not get font. Using 'fixed'." << endl;
+ lyxerr << "Could not get font '" << font.c_str() <<
+ "'. Using 'fixed'." << endl;
fs = XLoadQueryFont(GUIRunTime::x11Display(), "fixed");

View File

@ -0,0 +1,9 @@
Report, which font is missing to aid the user trying to configure things.
--- src/FontLoader.C Thu Mar 21 12:25:07 2002
+++ src/FontLoader.C Thu Aug 1 10:44:19 2002
@@ -302,3 +302,4 @@
} else {
- lyxerr << "Could not get font. Using 'fixed'." << endl;
+ lyxerr << "Could not get font '" << font.c_str() <<
+ "'. Using 'fixed'." << endl;
fs = XLoadQueryFont(GUIRunTime::x11Display(), "fixed");

View File

@ -0,0 +1,9 @@
Report, which font is missing to aid the user trying to configure things.
--- src/FontLoader.C Thu Mar 21 12:25:07 2002
+++ src/FontLoader.C Thu Aug 1 10:44:19 2002
@@ -302,3 +302,4 @@
} else {
- lyxerr << "Could not get font. Using 'fixed'." << endl;
+ lyxerr << "Could not get font '" << font.c_str() <<
+ "'. Using 'fixed'." << endl;
fs = XLoadQueryFont(GUIRunTime::x11Display(), "fixed");

View File

@ -0,0 +1,9 @@
Report, which font is missing to aid the user trying to configure things.
--- src/FontLoader.C Thu Mar 21 12:25:07 2002
+++ src/FontLoader.C Thu Aug 1 10:44:19 2002
@@ -302,3 +302,4 @@
} else {
- lyxerr << "Could not get font. Using 'fixed'." << endl;
+ lyxerr << "Could not get font '" << font.c_str() <<
+ "'. Using 'fixed'." << endl;
fs = XLoadQueryFont(GUIRunTime::x11Display(), "fixed");

View File

@ -0,0 +1,9 @@
Report, which font is missing to aid the user trying to configure things.
--- src/FontLoader.C Thu Mar 21 12:25:07 2002
+++ src/FontLoader.C Thu Aug 1 10:44:19 2002
@@ -302,3 +302,4 @@
} else {
- lyxerr << "Could not get font. Using 'fixed'." << endl;
+ lyxerr << "Could not get font '" << font.c_str() <<
+ "'. Using 'fixed'." << endl;
fs = XLoadQueryFont(GUIRunTime::x11Display(), "fixed");