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:
parent
301e338c66
commit
c6fb0efa2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63844
9
print/lyx-devel/files/patch-fontwarning
Normal file
9
print/lyx-devel/files/patch-fontwarning
Normal 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");
|
9
print/lyx/files/patch-fontwarning
Normal file
9
print/lyx/files/patch-fontwarning
Normal 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");
|
9
print/lyx14/files/patch-fontwarning
Normal file
9
print/lyx14/files/patch-fontwarning
Normal 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");
|
9
print/lyx15/files/patch-fontwarning
Normal file
9
print/lyx15/files/patch-fontwarning
Normal 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");
|
9
print/lyx16/files/patch-fontwarning
Normal file
9
print/lyx16/files/patch-fontwarning
Normal 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");
|
Loading…
Reference in New Issue
Block a user