summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-07-26 20:07:08 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-07-26 20:07:08 +0200
commit7de3697d938563a7f6eec0740b8dddf3c6c5c611 (patch)
treebdedecb169fe106be4273eccb3b08920a545d818
parent677ae5e5d31bcdd2d5823f1105266a652d29ab38 (diff)
Version 7.6.0.2, tag libreoffice-7.6.0.2 libreoffice-7.6.0.2
Change-Id: I114a2028c07eb7dce7023b71266a5d28273a3f4a
0 files changed, 0 insertions, 0 deletions
e/sparklines'>feature/sparklines LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/qa/uitest/data/tdf126541_GridOffGlobally.ods
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/tdf126541_GridOffGlobally.ods
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