summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Iversen <jani@documentfoundation.org>2016-03-16 01:42:40 +0100
committerJan Iversen <jani@documentfoundation.org>2016-03-16 01:42:40 +0100
commita760a3531932415c9b611d9abb0db7dc70eb8c99 (patch)
treeacbb0f93e6d425cde1d955391191b8d54f3deccd
parent5215695e5607db25f4ac1957395c27d00f63f409 (diff)
Version 5.1.2.1, tag libreoffice-5.1.2.1 libreoffice-5.1.2.1
Change-Id: I1ca119006cde94e1fa689db0db96bc8c101b8813
0 files changed, 0 insertions, 0 deletions
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/qa/uitest/calc_tests2/tdf120174.py
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/calc_tests2/tdf120174.py
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