package
0.0.0
Repository: https://github.com/armory/flipdisks.git
Documentation: pkg.go.dev

# Functions

AddKerning will add trailing whitespace to the end of the letter.
GenerateSpace will a letter given width and height.
Render will take each character in msg, and create the flipdisk rendered character if the message is "hello world" then then we'll create ["h","e","l","l","o"," ","w","o","r","l","d"] which then will have each character turned into a 2x2 matrix of dots the final output will by an array of 2x2 matrixes Special Conditions: - new lines are rendered to nil, you'll have to handle this separately - unknown characters will be rendered as a black space.

# Variables

Hard coded stuff for this font.

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author