Class: Pdfrb::Layout::TextShaper::ShapedRun

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/layout/text_shaper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#advancesObject

Returns the value of attribute advances

Returns:

  • (Object)

    the current value of advances



19
20
21
# File 'lib/pdfrb/layout/text_shaper.rb', line 19

def advances
  @advances
end

#cluster_startsObject

Returns the value of attribute cluster_starts

Returns:

  • (Object)

    the current value of cluster_starts



19
20
21
# File 'lib/pdfrb/layout/text_shaper.rb', line 19

def cluster_starts
  @cluster_starts
end

#clustersObject

Returns the value of attribute clusters

Returns:

  • (Object)

    the current value of clusters



19
20
21
# File 'lib/pdfrb/layout/text_shaper.rb', line 19

def clusters
  @clusters
end

#codepointsObject

Returns the value of attribute codepoints

Returns:

  • (Object)

    the current value of codepoints



19
20
21
# File 'lib/pdfrb/layout/text_shaper.rb', line 19

def codepoints
  @codepoints
end