Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
R
rusttype
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • 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
  • redox-os
  • rusttype
  • Issues
  • #2

Closed
Open
Opened Feb 07, 2016 by Jeremy Soller@jackpot51Owner

Bidi & complex text layout/shaping

Created by: SimonSapin

From README.md:

Notable things that RustType does not support yet: […]

  • Right-to-left and vertical text layout.

With right-to-left you’ll probably want to also support bidirectional text. There’s a rust implementation of the bidi algorithm at https://github.com/servo/unicode-bidi

However, maybe this shouldn’t be part of RustType. Maybe RustType should ideally be one component in a larger "text rendering in rust" ecosystem. For example, complex text shaping is hard and I’m very skeptical of re-implementing HarfBuzz in Rust, I’d rather have some way to use HarfBuzz together with RustType.

(In case you’re not familiar with HarfBuzz, http://behdad.org/text/ explains where it sits in the stack overall and http://mces.blogspot.in/2009/11/pango-vs-harfbuzz.html how it compares to Pango, although these documents is are few years old already.)

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/rusttype#2