Class: Idml::Render::WrapContour::Shape
- Inherits:
-
Struct
- Object
- Struct
- Idml::Render::WrapContour::Shape
- Defined in:
- lib/idml/render/wrap_contour.rb
Overview
A wrap shape: flattened polygons (one per subpath) plus the
TextWrapOffset bounds. inverse flips the wrap region:
text may only flow INSIDE the shape. side carries
TextWrapSide for side-aware narrowing (TODO 147).
Instance Attribute Summary collapse
-
#inverse ⇒ Object
Returns the value of attribute inverse.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#polygons ⇒ Object
Returns the value of attribute polygons.
-
#side ⇒ Object
Returns the value of attribute side.
Instance Attribute Details
#inverse ⇒ Object
Returns the value of attribute inverse
18 19 20 |
# File 'lib/idml/render/wrap_contour.rb', line 18 def inverse @inverse end |
#offset ⇒ Object
Returns the value of attribute offset
18 19 20 |
# File 'lib/idml/render/wrap_contour.rb', line 18 def offset @offset end |
#polygons ⇒ Object
Returns the value of attribute polygons
18 19 20 |
# File 'lib/idml/render/wrap_contour.rb', line 18 def polygons @polygons end |
#side ⇒ Object
Returns the value of attribute side
18 19 20 |
# File 'lib/idml/render/wrap_contour.rb', line 18 def side @side end |