summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-03-24 17:28:09 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-03-24 17:28:09 +0100
commit7fba7a76e5333fe4d4ad941ac27ec53b1722a0b2 (patch)
tree32eaa64aa9b128a26b741b1cd0ab518b5f6a8d98
parent5f9eb1564c02465dc95cf0d29cb5f0402ecf3467 (diff)
Version 7.1.2.2, tag libreoffice-7.1.2.2 libreoffice-7.1.2.2
Change-Id: Idf06a3ee265aae64d5e2d5a29735b09e42228e2d
0 files changed, 0 insertions, 0 deletions
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/qa/uitest/data/tdf153604.xml
diff options
context:
space:
mode:
authorJonathan Clark <jonathan@libreoffice.org>2025-01-09 04:52:40 -0700
committerJonathan Clark <jonathan@libreoffice.org>2025-01-09 14:50:23 +0100
commitb06e7814d2edbc369b7c441941c3392df1266423 (patch)
tree134401b44c4854a1e35fdecb6aa71b1e9f69faa4 /sc/qa/uitest/data/tdf153604.xml
parent853ddebc0b14fedf4ae7ed9a5017dc425bd99479 (diff)
tdf#152515 vcl: Implement Win32 vert CJK printing for all fonts HEADmaster
Previously, vertical CJK printing was implemented on Windows by substituting the font with an @-prefixed alternate. This was a naming convention once used by Microsoft to indicate that a font is a specially-prepared vertical variant containing pre-rotated CJK glyphs. However, modern fonts don't ship these variants and cannot be printed correctly if this approach is used. This change deletes the @-prefix substitution. Instead, a secondary HFONT is used for printing upright characters, as determined by the shaper. This implementation should work with all fonts, and the printed output should now match the screen better. Change-Id: I3c474980f90ade8475073926364ab59dd9310ca0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180014 Reviewed-by: Jonathan Clark <jonathan@libreoffice.org> Tested-by: Jenkins