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 extra TextStyle and ComponentTextStyle properties #32

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 7, 2022

  1. Added fontFamily property

    dabley committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    011ec77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    020aae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d12b8 View commit details
    Browse the repository at this point in the history
  4. Allow TextStyle fontWeight to be an integer

    As well as strings representing named font weights, the fontWeight property
    can also be an integer. Note that Apple News does not allow an integer
    fontWeight to be given as a string.
    dabley committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    e1111d5 View commit details
    Browse the repository at this point in the history
  5. Allow ComponentTextStyle->setLinkStyle to take an array

    This allows the linkStyle property to be set easily with values from a
    config entity object.
    dabley committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    546bfef View commit details
    Browse the repository at this point in the history