Class: Fontisan::Ufo::BoundingBox
- Inherits:
-
Struct
- Object
- Struct
- Fontisan::Ufo::BoundingBox
- Defined in:
- lib/fontisan/ufo/glyph.rb
Overview
Plain-data bounding box (used by glyph bbox computation; not a full OpenType table).
Instance Attribute Summary collapse
-
#x_max ⇒ Object
Returns the value of attribute x_max.
-
#x_min ⇒ Object
Returns the value of attribute x_min.
-
#y_max ⇒ Object
Returns the value of attribute y_max.
-
#y_min ⇒ Object
Returns the value of attribute y_min.
Instance Attribute Details
#x_max ⇒ Object
Returns the value of attribute x_max
419 420 421 |
# File 'lib/fontisan/ufo/glyph.rb', line 419 def x_max @x_max end |
#x_min ⇒ Object
Returns the value of attribute x_min
419 420 421 |
# File 'lib/fontisan/ufo/glyph.rb', line 419 def x_min @x_min end |
#y_max ⇒ Object
Returns the value of attribute y_max
419 420 421 |
# File 'lib/fontisan/ufo/glyph.rb', line 419 def y_max @y_max end |
#y_min ⇒ Object
Returns the value of attribute y_min
419 420 421 |
# File 'lib/fontisan/ufo/glyph.rb', line 419 def y_min @y_min end |