Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
pango
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 212
    • Issues 212
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • pango
  • Issues
  • #313

Closed
Open
Opened Jul 04, 2018 by littlearcher@littlearcher

[Bug report] Vertical chinese text display wrongly

Back in a thread from 2015 (https://bugzilla.gnome.org/show_bug.cgi?id=742297 ), behdad provided 2 commands to display vertical CJK text:

For example, in the pango/pango-view directory try:

$ pango-view --gravity auto --rotate -90 test-mixed.markup --markup --font 32

and to force all scripts (Latin, Arabic, all) to be upright, like the original request:

$ pango-view --gravity auto --rotate -90 test-mixed.markup --markup --font 32 --gravity-hint strong

It worked great at that time, but now when I try it, the CJK text collapses, just like this:

2018-07-04_11-48-33_创建的截图

(text from https://gitlab.gnome.org/GNOME/pango/blob/master/pango-view/test-chinese.txt )

Seems something about East-asian style vertical text display broke during these days, don't know it just has something to do with pango-view, or it's the base pango lib that went wrong?

Please fix that, and thanks in advance :)

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/pango#313