-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FontDialog always return Tahoma #119
Comments
sample test code:
|
I suspect this could be about WM_CHOOSEFONT_GETLOGFONT that WinForms is using, they expect LOGFONTW to be filled on return, and we treat it as LOGFONTA. |
Yes it's look like return GDIPlus.GdipGetGenericFontFamilySansSerif after internal exception or some thing like that |
I might be wrong though. Could you upload compiled test binary somewhere so I can test? |
I take that back, I see correct name returned from the dialog, but then something weird happens in gdiplus. |
|
I also have some errors in gdiplus when try to create Font https://bugs.winehq.org/show_bug.cgi?id=51753 |
This actually sound a lot like it is unrelated to wine or mono, but a fontconfig behavior. Fontconfig can be annoying like that. |
Native call ChooseFont() returns correct font name.
|
When using FontDialog for select font it always returns "Tahoma" out-dependent on choice
Check with native win32 app and font selection work fine
The text was updated successfully, but these errors were encountered: