Skip to content

A Swift library to read and display banner like ASCII art messages using Figlet fonts

Notifications You must be signed in to change notification settings

dfreniche/SwiftFiglet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftFigletKit

  #####                                 #######                                        #    #           
 #     #  #    #  #  ######  #####      #        #   ####   #       ######  #####      #   #   #  ##### 
 #        #    #  #  #         #        #        #  #    #  #       #         #        #  #    #    #   
  #####   #    #  #  #####     #        #####    #  #       #       #####     #        ###     #    #   
       #  # ## #  #  #         #        #        #  #  ###  #       #         #        #  #    #    #   
 #     #  ##  ##  #  #         #        #        #  #    #  #       #         #        #   #   #    #   
  #####   #    #  #  #         #        #        #   ####   ######  ######    #        #    #  #    #   

A simple library to read and display banner like ASCII art messages using Figlet fonts

Installation

  • Add FigletKit to your project using Swift Package Manager. From Xcode add this repo as a package.
  • Or clone this repo and copy over the required four files: SFKFont, SFKChar, SFKBanner and SFKFigletFile

Limitations

  • this is a macOS library, for CLI programs. Can be adapted for iOS.
  • Only Figlet font files are supported (.flf)
  • If you have trouble loading a flf file, open an issue and attach font file, please.

How to Use

  • Load a SFKFont with
import SwiftFigletKit
 
let font = SFKFont.from(file: "fonts/starwars.flf")
  • Once loaded, you can start printing to the console using
print(string: "Swift Figlet Kit", usingFont: font)
  • No step 3. Told you it was a simple library 😅

TODO

  • Finish this README 😅
  • add MIT license notice
  • Add Swift Figlet File property as optional after loading a SFKFont from disk
  • Remove Toilet fonts from fonts sample dir: won't support them
  • Add support for lines adding Unicode character to be loaded, like 196 LATIN CAPITAL LETTER A WITH DIAERESIS, see Banner.flf
  • test font Wow.flf with mixed line endings (CR/LF and CR)
  • adapt file loading for iOS
  • honor right to left print direction

Fonts used

I've used the Figlet fonts from xero's repo

License

MIT

About

A Swift library to read and display banner like ASCII art messages using Figlet fonts

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages