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

Add more paragraph style attributes #104

Merged
merged 6 commits into from
Feb 10, 2016

Commits on Dec 28, 2015

  1. Add more paragraph style attributes

    This commit adds several more attributes from the NSParagraphStyle properties, including the firstLineHeadIndent, headIndent, tailIndent, maximumLineHeight, minimumLineHeight, paragraphSpacing, and paragraphSpacingBefore properties. Unit tests have also been added to test these new properties.
    nuudles committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    ae7ff2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9467a02 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2016

  1. Rename paragraphSpacing property

    Changing the paragraphSpacing to paragraphSpacingAfter to be clearer as to which paragraph spacing this affects.
    nuudles committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    8640d55 View commit details
    Browse the repository at this point in the history
  2. Rename paragraphSpacing block typedef

    It now matches the renamed paragraphSpacingAfter property.
    nuudles committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    fcf3362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b227bc4 View commit details
    Browse the repository at this point in the history
  4. Add a test case for headIndent and indentSpacer

    This test case attempts to cover the behavior when you have both the headIndent and indentSpacer set.
    nuudles committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    45c642a View commit details
    Browse the repository at this point in the history