padding

abstract fun padding(x: Int, y: Int = x)

Adds additional padding around each glyph. This is useful if you want to create an outlined font.

Call this before any calls to includeGlyphs.