struct Config::Font

Overview

Font description in config

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def family : String #

[View source]
def family=(family : String) #

[View source]
def role : String #

[View source]
def role=(role : String) #

[View source]
def source : String #

[View source]
def source=(source : String) #

[View source]
def weights : Array(Int32) #

[View source]
def weights=(weights : Array(Int32)) #

[View source]