Skip to content
bggd edited this page Jan 21, 2016 · 7 revisions
# Class Methods

Font.load(filepath, size)

# Instance Attributes

f = Font.load("/usr/share/fonts/truetype/fonts-japanese-gothic.ttf", size)

# Instance Methods

# align - :left, :center, :right
f.puts(x, y, text, align: :left, color:Color.rgb(255, 255, 255))
Clone this wiki locally