-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
The fonts are italic when uninstall the app with installshield #28381
Comments
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
|
@jfversluis |
so everything is OK ? I think we need more info and a repro |
If you comment the resisteration of the following fonts in the code and do same process on new machine the font are ok //fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");** |
Description
In continue to this bug report:
#28295
.ConfigureFonts(fonts =>
{
//fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
//fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
5 .Install the set up => fonts are OK.
6 .Uninstall the set up => fonts are OK.
I think you have a bug.
Thanks
Steps to Reproduce
.ConfigureFonts(fonts =>
{
//fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
//fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
5 .Install the set up => fonts are OK.
6 .Uninstall the set up => fonts are OK.
Link to public reproduction project repository
...
Version with bug
9.0.40 SR4
Is this a regression from previous behavior?
No, this is something new, Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
...
Did you find any workaround?
.....
Relevant log output
The text was updated successfully, but these errors were encountered: