class Fontanyl::Glyph
- Fontanyl::Glyph
- Reference
- Object
Defined in:
glyph.crConstructors
Instance Method Summary
- #bitmap : BitArray
- #bitmap=(bitmap : BitArray)
- #device_width_x : Int32
- #device_width_x=(device_width_x : Int32)
- #device_width_y : Int32
- #device_width_y=(device_width_y : Int32)
- #height : Int32
- #height=(height : Int32)
- #offset_x : Int32
- #offset_x=(offset_x : Int32)
- #offset_y : Int32
- #offset_y=(offset_y : Int32)
- #set_device_width(device_width_x : Int32 = @device_width_x, device_width_y : Int32 = @device_width_y)
- #set_offset(offset_x : Int32 = @offset_x, offset_y : Int32 = @offset_y)
- #set_pixel(x, y, val : Bool)
- #set_size(width : Int32 = @width, height : Int32 = @height)
- #width : Int32
- #width=(width : Int32)
Constructor Detail
Instance Method Detail
def set_device_width(device_width_x : Int32 = @device_width_x, device_width_y : Int32 = @device_width_y)
#