class SF::Font::Info

Overview

Holds various information about a font

Defined in:

graphics/obj.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def dup : Info #
Description copied from class Reference

Returns a shallow copy of this object.

This allocates a new object and copies the contents of self into it.


[View source]
def family : String #

The font family


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

[View source]
def finalize #

[View source]