We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
现象: 堆栈信息:
原因: 该静态变量析构顺序在GdiplusShutdown(gdiplusToken)之后,导致Gdiplus::FontFamily()析构异常。
问题源码:
MicroTeX/platform/gdi_win/graphic_win32.cpp
Line 24 in 086f4eb
可行的一种解决思路: PlatformFactory_gdi 析构中管理这个对象的析构,保证在GdiplusShutdown(gdiplusToken)之前析构Gdiplus::FontFamily()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现象:
堆栈信息:
原因:
该静态变量析构顺序在GdiplusShutdown(gdiplusToken)之后,导致Gdiplus::FontFamily()析构异常。
问题源码:
MicroTeX/platform/gdi_win/graphic_win32.cpp
Line 24 in 086f4eb
可行的一种解决思路:
PlatformFactory_gdi 析构中管理这个对象的析构,保证在GdiplusShutdown(gdiplusToken)之前析构Gdiplus::FontFamily()
The text was updated successfully, but these errors were encountered: