module

Cryplot::FontMixin(T)

Inherits Cryplot::BaseMixin

mixin used to attach font options to a type

Instance methods

font_name(name : String) : T

set the name of the font (e.g. Helvetica, Georgia, Times).

Source
font_repr

convert this object into a gnuplot formatted string

Source
font_size(size : Int32) : T

set the font size of the font (e.g. 10,12,16)

Source