diff --git a/Changelog.md b/Changelog.md index 69c0c42ed39b8e6db8e0160546b2821d35c84595..99ac3474b8adbdb3aefa9c8cc51d6cf61c46372f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ OpenCore Changelog ================== +#### v0.5.9 +- Added full HiDPI support in OpenCanopy +- Improved font rendering by using CoreText +- Fixed light and custom background font rendering + #### v0.5.8 - Fixed invalid CPU object reference in SSDT-PLUG - Fixed incorrect utilities and resources packaging diff --git a/Docs/Configuration.pdf b/Docs/Configuration.pdf index a82c1ce8528a51277fe9613c9916b0e74251e060..1fa448566ec92fe47c1473bd23f9a17dbec531d6 100644 Binary files a/Docs/Configuration.pdf and b/Docs/Configuration.pdf differ diff --git a/Docs/Configuration.tex b/Docs/Configuration.tex index f790a91178c0b9f949fefbfbbff6db436f35ceb4..0dd3dee3317a488add35c9ea3ab8f2c162c3fb8e 100755 --- a/Docs/Configuration.tex +++ b/Docs/Configuration.tex @@ -4142,6 +4142,13 @@ Full list of labels is provided below. All labels are mandatory. Label and icon generation can be performed with bundled utilities: \texttt{disklabel} and \texttt{icnspack}. Please refer to sample data for the details about the dimensions. +Font is Helvetica 12 pt times scale factor. + +Font format corresponds to \href{https://www.angelcode.com/products/bmfont}{AngelCode binary BMF}. +While there are many utilities to generate font files, currently it is recommended to use +\href{https://github.com/danpla/dpfontbaker}{dpFontBaker} to generate bitmap font +(\href{https://github.com/danpla/dpfontbaker/pull/1}{using CoreText produces best results}) +and \href{https://github.com/usr-sse2/fonverter}{fonverter} to export it to binary format. \emph{WARNING}: OpenCanopy is currently considered experimental and is not recommended for everyday use. Refer to diff --git a/Docs/Differences/Differences.pdf b/Docs/Differences/Differences.pdf index 74ac22a3abfef02ab084967327efdd91d5c994a9..929fa3927e0f344a246062ad3b8b394cc1756821 100644 Binary files a/Docs/Differences/Differences.pdf and b/Docs/Differences/Differences.pdf differ diff --git a/Docs/Differences/Differences.tex b/Docs/Differences/Differences.tex index 65abe74ea4500948e306c1db78ca2ee3c2a57840..2bf998bd5c07be1091082ee01ad4d6cb589a9bbb 100644 --- a/Docs/Differences/Differences.tex +++ b/Docs/Differences/Differences.tex @@ -1,7 +1,7 @@ \documentclass[]{article} %DIF LATEXDIFF DIFFERENCE FILE -%DIF DEL PreviousConfiguration.tex Mon May 4 14:28:34 2020 -%DIF ADD ../Configuration.tex Mon May 4 14:38:00 2020 +%DIF DEL PreviousConfiguration.tex Mon May 4 15:42:50 2020 +%DIF ADD ../Configuration.tex Tue May 5 19:26:35 2020 \usepackage{lmodern} \usepackage{amssymb,amsmath} @@ -4201,7 +4201,15 @@ Full list of labels is provided below. All labels are mandatory. \end{itemize} Label and icon generation can be performed with bundled utilities: \texttt{disklabel} and -\texttt{icnspack}. Please refer to sample data for the details about the dimensions. +\texttt{icnspack}. Please refer to sample data for the details about the dimensions\DIFaddbegin \DIFadd{. +Font is Helvetica 12 pt times scale factor. +} + +\DIFadd{Font format corresponds to }\href{https://www.angelcode.com/products/bmfont}{AngelCode binary BMF}\DIFadd{. +While there are many utilities to generate font files, currently it is recommended to use +}\href{https://github.com/danpla/dpfontbaker}{dpFontBaker} \DIFadd{to generate bitmap font +(}\href{https://github.com/danpla/dpfontbaker/pull/1}{using CoreText produces best results}\DIFadd{) +and }\href{https://github.com/usr-sse2/fonverter}{fonverter} \DIFadd{to export it to binary format}\DIFaddend . \emph{WARNING}: OpenCanopy is currently considered experimental and is not recommended for everyday use. Refer to