-
Notifications
You must be signed in to change notification settings - Fork 134
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
获取网页目录乱码和无法生成C++Primer.Plus(第6版)中文版.pdf目录 #14
Comments
使用 release 确实有这个问题。 |
同在线获取目录乱码,测试页面为
|
macOS 下乱码的原因是JavaFX获取系统默认字体时出现了问题,具体原因还不得而知,解决方法如下:
.root{
-fx-font-size: 16pt;
-fx-font-family: "Courier New";
-fx-base: rgb(132, 145, 47);
-fx-background: rgb(225, 228, 203);
}
Scene scene = new Scene(vBox, 600, 400);
scene.getStylesheets().add("application.css"); //添加内容
primaryStage.setScene(scene);
|
第五步运行错误
|
点击生成目录没有任何反应,请作者指导
The text was updated successfully, but these errors were encountered: