vcl/source/font/EOTConverter.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 274425f7477f5608734926e8190dc6b63cc319a1 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Thu Aug 14 12:19:32 2025 +0500 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Thu Aug 14 12:53:52 2025 +0200 Drop obsolete comment After commit fdd24dabb6f8c520e8307bacab2bd8b09ebc763d (tdf#145967: Initial support for docs with restricted embedded fonts, 2025-08-12). Change-Id: I5a509ca699ecf4f9aecbf5793c31cb6f286e8302 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189565 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/vcl/source/font/EOTConverter.cxx b/vcl/source/font/EOTConverter.cxx index 803b02406f82..b73c0b6e4bf8 100644 --- a/vcl/source/font/EOTConverter.cxx +++ b/vcl/source/font/EOTConverter.cxx @@ -90,8 +90,6 @@ bool EOTConverter::convert(std::vector<sal_uInt8>& rEotOutput) pEot->nItalic = pOS2->nFsSelection & 0x01; pEot->nWeight = pOS2->nWeightClass; - // FIXME: Should use OS2->fsType, but some TrueType fonts set it to an over-restrictive value. - // Since ATS does not enforce this on Mac OS X, we do not enforce it either. pEot->nFsType = pOS2->nFsType; pEot->nUnicodeRange1 = pOS2->nUnicodeRange1; pEot->nUnicodeRange2 = pOS2->nUnicodeRange2;