diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2021-10-27 06:11:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-27 06:11:36 +0200 |
| commit | 60cad9789c8ab22bc008f88817001d538acb40b3 (patch) | |
| tree | e4dcde80a86da0f745ced35c9ad5915441f6fec7 /src/test/codegen/src-hash-algorithm | |
| parent | e3eebfeea62c603cbfa52c594899191e259cddc8 (diff) | |
| parent | 9e00501c1c477053ea13b76e06116635af16caa8 (diff) | |
| download | rust-60cad9789c8ab22bc008f88817001d538acb40b3.tar.gz rust-60cad9789c8ab22bc008f88817001d538acb40b3.zip | |
Rollup merge of #90232 - konan8205:master, r=GuillaumeGomez
rustdoc: Use TTF based font instead of OTF for CJK glyphs to improve readability Due to Windows' implementation of font rendering, OpenType fonts can be distorted. So the existing font, Noto Sans KR, is not very readable on Windows. This PR improves readability of Korean glyphs on Windows. ## Before  ## After  The fonts included in this PR are licensed under the SIL Open Font License and generated with these commands: ```sh pyftsubset NanumBarunGothic.ttf \ --unicodes=U+AC00-D7AF,U+1100-11FF,U+3130-318F,U+A960-A97F,U+D7B0-D7FF \ --output-file=NanumBarunGothic.ttf.woff --flavor=woff ``` ```sh pyftsubset NanumBarunGothic.ttf \ --unicodes=U+AC00-D7AF,U+1100-11FF,U+3130-318F,U+A960-A97F,U+D7B0-D7FF \ --output-file=NanumBarunGothic.ttf.woff2 --flavor=woff2 ``` r? ``@GuillaumeGomez``
Diffstat (limited to 'src/test/codegen/src-hash-algorithm')
0 files changed, 0 insertions, 0 deletions
