Class: ZplRender::Font::Face

Inherits:
Struct
  • Object
show all
Defined in:
lib/zpl_render/font.rb

Instance Attribute Summary collapse

Instance Attribute Details

#char_hObject

Returns the value of attribute char_h

Returns:

  • (Object)

    the current value of char_h



39
40
41
# File 'lib/zpl_render/font.rb', line 39

def char_h
  @char_h
end

#char_wObject

Returns the value of attribute char_w

Returns:

  • (Object)

    the current value of char_w



39
40
41
# File 'lib/zpl_render/font.rb', line 39

def char_w
  @char_w
end

#gapObject

Returns the value of attribute gap

Returns:

  • (Object)

    the current value of gap



39
40
41
# File 'lib/zpl_render/font.rb', line 39

def gap
  @gap
end

#styleObject

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



39
40
41
# File 'lib/zpl_render/font.rb', line 39

def style
  @style
end

#upcaseObject

Returns the value of attribute upcase

Returns:

  • (Object)

    the current value of upcase



39
40
41
# File 'lib/zpl_render/font.rb', line 39

def upcase
  @upcase
end