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
#include <graphics.h> int main () { initgraph(-1, -1, INIT_NOBORDER); setfont (40, 20, "仿宋_GB2312"); for (;is_run();delay_fps(60), cleardevice()) { xyprintf(10, 20, "HELLO WORLD"); } closegraph(); return 0; }
initgraph设置为全屏时,大概率会设置失败
The text was updated successfully, but these errors were encountered:
神奇的问题... @royqh1979 @chirsz-ever 知道咋回事么
Sorry, something went wrong.
他们看了点,但是没有复现,我这边倒是概率复现,截图之前发在群里过
No branches or pull requests
initgraph设置为全屏时,大概率会设置失败
The text was updated successfully, but these errors were encountered: