Class: Pdfrb::Layout::TextShaper::ShapedRun
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Layout::TextShaper::ShapedRun
- Defined in:
- lib/pdfrb/layout/text_shaper.rb
Instance Attribute Summary collapse
-
#advances ⇒ Object
Returns the value of attribute advances.
-
#cluster_starts ⇒ Object
Returns the value of attribute cluster_starts.
-
#clusters ⇒ Object
Returns the value of attribute clusters.
-
#codepoints ⇒ Object
Returns the value of attribute codepoints.
Instance Attribute Details
#advances ⇒ Object
Returns the value of attribute advances
19 20 21 |
# File 'lib/pdfrb/layout/text_shaper.rb', line 19 def advances @advances end |
#cluster_starts ⇒ Object
Returns the value of attribute cluster_starts
19 20 21 |
# File 'lib/pdfrb/layout/text_shaper.rb', line 19 def cluster_starts @cluster_starts end |
#clusters ⇒ Object
Returns the value of attribute clusters
19 20 21 |
# File 'lib/pdfrb/layout/text_shaper.rb', line 19 def clusters @clusters end |
#codepoints ⇒ Object
Returns the value of attribute codepoints
19 20 21 |
# File 'lib/pdfrb/layout/text_shaper.rb', line 19 def codepoints @codepoints end |