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

Corrections to MeasureCharacterRanges, improvements to DrawString / MeasureString #137

Closed
wants to merge 4 commits into from

Commits on Nov 24, 2017

  1. Corrections to MeasureCharacterRanges, improvements to DrawString / M…

    …easureString
    
    MeasureCharacterRanges now counts LF, CR, tab as characters for measuring a CharacterRanges. Also utilises layoutRect.
    MeasureString now deals with all alignment, rather than DrawString. Doing so has meant that StringAlignment can now work correctly. Also handles boundingBox better.
    DrawString has been changed to work with the changes to MeasureString.
    PreferLinux authored and akoeplinger committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    1e6c490 View commit details
    Browse the repository at this point in the history
  2. Allocate index_matching array with malloc

    Using array initializer with a variable is a gnu extensions and
    doesn't work on MSVC.
    akoeplinger committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    5ad77c2 View commit details
    Browse the repository at this point in the history
  3. Free index_matching

    akoeplinger committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    b0881d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    4ceae55 View commit details
    Browse the repository at this point in the history