Displaying 3 results from an estimated 3 matches for "lforientation".
2007 Mar 03
0
winhelp.exe - tiny, unreadable fonts (SOLVED)
..._offset + i * 11 + 0];
family = ref[dscr_offset + i * 11 + 2];
! hlpfile->fonts[i].LogFont.lfHeight = -ref[dscr_offset + i * 11 + 1] / 2; hlpfile->fonts[i].LogFont.lfWidth = 0;
hlpfile->fonts[i].LogFont.lfEscapement = 0;
hlpfile->fonts[i].LogFont.lfOrientation = 0;
--- 1206,1212 ----
flag = ref[dscr_offset + i * 11 + 0];
family = ref[dscr_offset + i * 11 + 2];
! hlpfile->fonts[i].LogFont.lfHeight = 24;
hlpfile->fonts[i].LogFont.lfWidth = 0;
hlpfile->fonts[i].LogFont.lfEscapement = 0;
h...
2008 Apr 01
7
Notepad - resizing
I use the included Notepad a lot.
WINE used to save where I had re-sized and placed it, but now it does not.
How do I save my re-size?
Thank you.
2012 Oct 26
0
Wine release 1.5.16
...n E_FAIL of broken AC97 driver.
Dmitry Timoshkov (5):
user32: Make sure that window's normal_rect is initialized at window creation time.
gdiplus: Fix a typo leading to incorrect character width calculation in GdipMeasureDriverString.
gdiplus: Test also lf.lfEscapement and lf.lfOrientation returned by GdipGetLogFont.
gdiplus: Move internal helper get_log_fontW() out of public GdipGetLogFontW() export.
gdiplus: GdipGetLogFont should use device scale and transform when appropriate.
Francois Gouget (7):
d3dcompiler_43: Make free_function{_decl}() static.
user32/...