Is there a way to set the font used by winedbg? The font that it is using on my machine is too small with the monitor resolution set at 1600x1200 (which I want to keep). I'd like to bump the size up a few points...
Thanks for the help,
Carl
Carl Sopchak wrote:
Is there a way to set the font used by winedbg? The font that it is using on my machine is too small with the monitor resolution set at 1600x1200 (which I want to keep). I'd like to bump the size up a few points...
Thanks for the help,
Carl
I'd love to know how to do this also. I have settings in my ~/.Xdefaults file for xterm, which winedbg seems to use when it gets launched, but they don't work. My guess is that you'd have to add a line to your ~/.Xdefaults file for winedbg. Here are my entries for emacs and xterm, but I'm not sure how to do it for winedbg, a coworker of mine wrote this Xdefaults and I just got a copy of his.
---
#define FIXED14 -*-lucidatypewriter-*-r-normal-sans-14-140-75-75-m-90-iso8859-1
#if HEIGHT == 1024 emacs*font:FIXED14 emacs*geometry: 80x64+524-0 !emacs*geometry: 80x60-0-0
xterm.vt100.Font:FIXED14 xterm.vt100.geometry: 80x58+0-0 #endif
On Wed, Jul 10, 2002 at 10:50:03AM -0400, Carl Sopchak wrote:
Is there a way to set the font used by winedbg? The font that it is using on my machine is too small with the monitor resolution set at 1600x1200 (which I want to keep). I'd like to bump the size up a few points...
Of course you're aware of the fact that wineconsole has a context menu, right ?
;-))
Andreas "Why does nobody ever realize simple things" Mohr
Andreas Mohr wrote:
On Wed, Jul 10, 2002 at 10:50:03AM -0400, Carl Sopchak wrote:
Is there a way to set the font used by winedbg? The font that it is using on my machine is too small with the monitor resolution set at 1600x1200 (which I want to keep). I'd like to bump the size up a few points...
Of course you're aware of the fact that wineconsole has a context menu, right ?
;-))
Andreas "Why does nobody ever realize simple things" Mohr
Well, that's the problem with context menus, by definition, they're hidden. Although, since xterm has one, I guess I should've figured that one out too. But do you really want to change the size every time it launches? not if you're actually doing some debugging.
and I've read the debugger documentation on winehq, and I don't recall that menu being mentioned.
On Wed, Jul 10, 2002 at 03:45:27PM -0400, Michael Cardenas wrote:
Andreas Mohr wrote:
Of course you're aware of the fact that wineconsole has a context menu, right ?
;-))
Andreas "Why does nobody ever realize simple things" Mohr
Well, that's the problem with context menus, by definition, they're hidden. Although, since xterm has one, I guess I should've figured that one out too. But do you really want to change the size every time it launches? not if you're actually doing some debugging.
Hmm, I could be mistaken, but AFAIK wineconsole is supposed to keep its settings. Seems like that is broken, though, of course. It's on my ToDo list, but feel free to fix it.
and I've read the debugger documentation on winehq, and I don't recall that menu being mentioned.
Err, well, it's not a winedbg thing. It's a *wineconsole* thing. But it's probably not even documented for wineconsole... Feel free to fix that ! :)
On Wednesday, July 10, 2002 03:52 pm, Andreas Mohr wrote:
On Wed, Jul 10, 2002 at 03:45:27PM -0400, Michael Cardenas wrote:
Andreas Mohr wrote:
Of course you're aware of the fact that wineconsole has a context menu, right ?
Had no clue...
;-))
Andreas "Why does nobody ever realize simple things" Mohr
They're simple if you know them!
Well, that's the problem with context menus, by definition, they're hidden. Although, since xterm has one, I guess I should've figured that one out too.
What's "xterm"?? (Actually, I know what it is, but I never use it. How should I know how it works??)
Hmm, I could be mistaken, but AFAIK wineconsole is supposed to keep its settings. Seems like that is broken, though, of course.
It not only doesn't save the setting between runs, it's not saved between popping it up in the same run! In fact, changing the setting DOES NOT change the font! (At least on my system: current cvs, red hat 7.3)
It's on my ToDo list, but feel free to fix it.
and I've read the debugger documentation on winehq, and I don't recall that menu being mentioned.
Err, well, it's not a winedbg thing. It's a *wineconsole* thing. But it's probably not even documented for wineconsole... Feel free to fix that ! :)
I'm trying to fix other things, right now. Maybe when I'm done with that...
So, can I get the font to something else (thru the registery, .Xdefaults, anything), or do I have to live with it??
(Guess it wasn't all that simple, after all...)
Carl
Carl Sopchak a écrit :
Is there a way to set the font used by winedbg? The font that it is using on my machine is too small with the monitor resolution set at 1600x1200 (which I want to keep). I'd like to bump the size up a few points...
for the Nth time: in the wineconsole, right click and choose default in the menu in the dialog, select the 'font' thumb and choose the font you want (facename & size)
then close the dlg box with ok
A+