Displaying 6 results from an estimated 6 matches for "lffacename".
Did you mean:
ifacename
2011 Aug 08
1
Register fonts in Wine
...fied XPDF-code):
Code:
EnumFonts(dc, NULL, &WinFontList::enumFunc1, (LPARAM)this);
int CALLBACK WinFontList::enumFunc1(CONST LOGFONT *font,
CONST TEXTMETRIC *metrics,
DWORD type, LPARAM data) {
WinFontList *fl = (WinFontList *)data;
printf("Font %s\n", font->lfFaceName);
return 1;
}
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.
2016 Dec 09
0
Wine release 2.0-rc1
...ieving folder path logic to SHGetKnownFolderPath().
scrrun: Improved tracing of IDictionary methods.
scrrun: Added IProvideClassInfo support for dictionary.
scrrun: Added IProvideClassInfo support for filesystem objects.
dwrite: Use system default locale when filling LOGFONT.lfFaceName.
dwrite: Improve ConvertFontFaceToLOGFONT using same logic IDWriteFont uses.
comctl32/tests: Increase fixed buffer size to make test string fit.
ws2_32: Fix build failure on Mac.
xmllite: Improve writer methods tracing.
xmllite: Store empty element fields separately....
2009 Dec 04
0
Wine release 1.1.34
...neps.drv: Rename variable to stride.
wineps.drv: Add support for top-down dibs.
iphlpapi: Provide statistics on non-ethernet based interfaces too.
gdi32: Fix incorrect initialization of path array.
d3d9/tests: Destroy the window after we release the device.
user32: Pad lfFaceName so we don't write uninitialised data to the registry.
user32: Pad lfFaceName so we don't write uninitialised data to the registry.
Ilya Shpigor (3):
user32: Destroy EDITSTATE structure in the WM_NCDESTROY message processing.
comctl32: Test the WM_GETTEXT processing of dat...
2009 Apr 24
0
Wine release 1.1.20
...shell32/tests: Fix some test failures on NT4.
gdi32/tests: Fix a test failure on NT4.
shell32/tests: Fix a test failure on Win95 and NT4.
include: Add missing GdipGetLogFontA definition.
gdiplus: Return the correct result in GdipCreateFontFromLogfontA.
gdiplus: Convert lfFaceName from W to A, not the other way around.
gdiplus/tests: Fix test failures on Win98 by using A-functions.
shell32/tests: Fix some test failures on Win9x and NT4.
shell32/tests: Fix a test failure on Win98.
setupapi/tests: Fix a test failure on Win98.
gdiplus/tests: Fix a...
2008 Feb 22
0
Wine release 0.9.56
...l32: Fix the logic in Control_LoadApplet determining when to use CPL_INQUIRE and when to use CPL_NEWINQUIRE.
wininet: Fix potential buffer overrun in HttpQueryInfoA.
browseui: Fix typo in declaration of empty_string in set_buffer.
comdlg32: Fix potential buffer overrun of lpxx->lfFaceName in CFn_WMCommand.
comdlg32: Fix the character length passed into GetDlgItemTextW in PRINTDLG_PS_UpdateDlgStructW.
advapi32: Fix the AccessCheck tests so that the ACCESS_SYSTEM_SECURITY test now runs (when the user has the Security privilege).
mciwave: Fix the character count passe...