Class: Idml::Render::StyleResolver::StyledRun

Inherits:
Struct
  • Object
show all
Defined in:
lib/idml/render/style_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#applied_fontObject

Returns the value of attribute applied_font

Returns:

  • (Object)

    the current value of applied_font



9
10
11
# File 'lib/idml/render/style_resolver.rb', line 9

def applied_font
  @applied_font
end

#fill_colorObject

Returns the value of attribute fill_color

Returns:

  • (Object)

    the current value of fill_color



9
10
11
# File 'lib/idml/render/style_resolver.rb', line 9

def fill_color
  @fill_color
end

#fill_tintObject

Returns the value of attribute fill_tint

Returns:

  • (Object)

    the current value of fill_tint



9
10
11
# File 'lib/idml/render/style_resolver.rb', line 9

def fill_tint
  @fill_tint
end

#font_styleObject

Returns the value of attribute font_style

Returns:

  • (Object)

    the current value of font_style



9
10
11
# File 'lib/idml/render/style_resolver.rb', line 9

def font_style
  @font_style
end

#point_sizeObject

Returns the value of attribute point_size

Returns:

  • (Object)

    the current value of point_size



9
10
11
# File 'lib/idml/render/style_resolver.rb', line 9

def point_size
  @point_size
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



9
10
11
# File 'lib/idml/render/style_resolver.rb', line 9

def text
  @text
end