Class: TTFunk::Table::Glyf::Compound::Component

Inherits:
Struct
  • Object
show all
Defined in:
lib/ttfunk/table/glyf/compound.rb

Instance Attribute Summary collapse

Instance Attribute Details

#arg1Object

Returns the value of attribute arg1

Returns:

  • (Object)

    the current value of arg1



20
21
22
# File 'lib/ttfunk/table/glyf/compound.rb', line 20

def arg1
  @arg1
end

#arg2Object

Returns the value of attribute arg2

Returns:

  • (Object)

    the current value of arg2



20
21
22
# File 'lib/ttfunk/table/glyf/compound.rb', line 20

def arg2
  @arg2
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



20
21
22
# File 'lib/ttfunk/table/glyf/compound.rb', line 20

def flags
  @flags
end

#glyph_indexObject

Returns the value of attribute glyph_index

Returns:

  • (Object)

    the current value of glyph_index



20
21
22
# File 'lib/ttfunk/table/glyf/compound.rb', line 20

def glyph_index
  @glyph_index
end

#transformObject

Returns the value of attribute transform

Returns:

  • (Object)

    the current value of transform



20
21
22
# File 'lib/ttfunk/table/glyf/compound.rb', line 20

def transform
  @transform
end