Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@timbaev timbaev released this 17 Oct 14:23
52793dc
  • Add installation guide via Mint in #84

    For Mint package manager installation, run:

    $ mint install almazrafi/Fugen@1.4.0
  • Generate text styles with using system font in #79

    New template option for text style generation - usingSystemFont:

    textStyles:
      file:
        key: ...
        includedNodes:
          - ...
      destination: ...
      templateOptions:
        usingSystemFonts: true

    This option generate text style with fonts SFProText and SFProDisplay using systemFont(ofSize:weight:) function.

  • Added sort to image asset to avoid Content.json changes every run by @puchog in #90

  • Xcode 13 support in #91