Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical text alignment and positioning fix #670

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 8, 2020

  1. Add more alignment tests

    Add basic MeasureString alignment tests for combining Vertical and RightToLeft.
    
    Also run the alignment tests with a zero-size rectangle to check correct
    alignment in that situation.
    
    Add GraphicsPath test for Vertical strings.
    PreferLinux committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b7e7138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08c7d5d View commit details
    Browse the repository at this point in the history
  3. Fix segfault

    In pango_DrawString, the StringFormat can be null. I didn't handle that correctly.
    PreferLinux authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    5bc30af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8702d0 View commit details
    Browse the repository at this point in the history