class Fontanyl::Glyph

Defined in:

glyph.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def bitmap : BitArray #

[View source]
def bitmap=(bitmap : BitArray) #

[View source]
def device_width_x : Int32 #

[View source]
def device_width_x=(device_width_x : Int32) #

[View source]
def device_width_y : Int32 #

[View source]
def device_width_y=(device_width_y : Int32) #

[View source]
def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def offset_x : Int32 #

[View source]
def offset_x=(offset_x : Int32) #

[View source]
def offset_y : Int32 #

[View source]
def offset_y=(offset_y : Int32) #

[View source]
def set_device_width(device_width_x : Int32 = @device_width_x, device_width_y : Int32 = @device_width_y) #

[View source]
def set_offset(offset_x : Int32 = @offset_x, offset_y : Int32 = @offset_y) #

[View source]
def set_pixel(x, y, val : Bool) #

[View source]
def set_size(width : Int32 = @width, height : Int32 = @height) #

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]