-
Notifications
You must be signed in to change notification settings - Fork 34
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
font-weight appears to recognise only normal and bold #33
Comments
HtmlRenderer adapter layer has only these values: We should stop using the original repo as a submodule, and instead copy-paste its source code to this repo. Allowing us to fix these problems. |
Thank you. That's good to know. Think the render is a brilliant control, though it's support may be a tad limited. |
The demo is not the easiest thing to build, even after installing all the workloads. Is there a pre-built desktop demo (either Windows or Linux)? |
You can unload mobile projects, then it should be fine. Or you can build Desktop project specifically, without building mobile projects. |
You need to clone submodules as well:
|
Ideally we directly fork the original project to be able to make changes to it |
@kuiperzone I just rebased fork onto this repository, so both code bases are combined in this repo. Now it should be possible to make any changes and send PRs. |
That's great. Just raising issues as I find them so there is some record. |
The CSS style
font-weight:400;
generates bold. It would be nice if this recognised numbers.The text was updated successfully, but these errors were encountered: