Displaying 6 results from an estimated 6 matches for "lfheight".
Did you mean:
fheight
2007 Mar 03
0
winhelp.exe - tiny, unreadable fonts (SOLVED)
...ing a bunch of different fonts, from "Aria" to "Courier" to
"Courier New,238" and "Times New Roman" for "Helv" and "Helvetica",
again, without effect.
Then, on line 1209 of programs/winhelp/hlpfile.c I found:
hlpfile->fonts[i].LogFont.lfHeight = -ref[dscr_offset + i * 11 + 1] / 2;
I tried changing this assignment to 24, and it finally made winhelp's
fonts readable. This is obviously not the ideal solution for all
screen resolutions. The ideal solution would probably be a
font selection dialog within the program, and a larger defau...
2001 Jul 27
0
Font / charset encoding problem?
...(nil),
0x405a5c10): stub
fixme:font:GetGlyphOutlineA (1ecc, 'B', 0000, 0x405a5d4c, 0, (nil),
0x405a5d3c): stub
fixme:font:GetGlyphOutlineA (1ed0, '?', 0000, 0x405a5d4c, 0, (nil),
0x405a5d3c): stub
fixme:mdi:MDIRefreshMenu partially function stub
err:font:XFONT_RealizeFont plf->lfHeight = -1254, Creating a 100 pixel font
and rescaling metrics
err:font:XFONT_RealizeFont plf->lfHeight = -1254, Creating a 100 pixel font
and rescaling metrics
... and so on, you get the idea
Is it that wine doesn't support other font encoding tables than the
iso-8859 charset? Or did I for...
2001 Dec 08
0
err:font:XFONT_RealizeFont (PC-Bibliothek)
...all,
I would like to use a program called "PC-Bibliothek" (a program for
dictionaries) with wine under Linux. This program uses some special
fonts of its own which seems to cause problems. When I start the program
I get many errors like the following:
err:font:XFONT_RealizeFont plf->lfHeight = 10804, Creating a 100 pixel
font and rescaling metrics
Could somebody please tell me what this error message means and how I
could probably solve the problem? This seems to be the only point that
prevents me from using this program with wine. Unfortunately, without
these fonts the program is not...
2013 May 10
0
Wine release 1.5.30
...installer aborts with "not enough free disk space" (needs msi builtin "PrimaryVolumePath" and "PrimaryVolumeSpaceAvailable" properties)
----------------------------------------------------------------
Changes since 1.5.29:
Akihiro Sagawa (4):
gdi32: Ignore the lfHeight value when it exceeds the limit.
winedbg: Verify context flags before reading or writing registers.
winedbg: Improve the register conversion to support over 64-bit registers.
winedbg: Add x87 register support in gdb proxy.
Alexandre Julliard (18):
server: When changing a pr...
2009 May 08
0
Wine release 1.1.21
...LineBlend.
gdiplus: Implement GdipGetLineBlendCount.
gdiplus: Implement GdipGetLineBlend.
gdiplus: Add tests for GdipGet/SetLineBlend.
winex11.drv: Convert image/bmp X selections to Windows DIB.
winex11.drv: Export copied images as image/bmp.
gdiplus: Correct the lfHeight calculation in GdipCreateFontFromLogfontW.
gdiplus: Account for blend factors and positions in line gradients.
gdiplus: Properly draw points outside of line gradients.
gdiplus: Don't draw outside of gradient lines.
gdiplus: Implement GdipSetLineSigmaBlend.
gdiplus:...
2008 Apr 04
0
Wine release 0.9.59
...user32: Add a test for combobox navigation with arrow keys, make it pass under Wine.
user32: Add a defwinproc flag when appropriate.
winecfg: Update the DPI trackbar according to the edit box changes.
wine.inf: Update timezone information.
gdi32: Add a font scaling test when lfHeight == 0 and lfWidth != 0, make it pass under Wine.
EA Durbin (1):
include: Define some console display modes.
Eric Pouech (5):
richedit: Added missing fields to be reinitialized for the RTF \pard token.
richedit: Fixed the initialization of the word wrap mode.
richedit: Fixed...