Class: Uniword::Drawingml::FontTypeface
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Uniword::Drawingml::FontTypeface
- Defined in:
- lib/uniword/drawingml/font_scheme.rb
Overview
Represents a latin, ea, or cs font element
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ FontTypeface
constructor
A new instance of FontTypeface.
Constructor Details
#initialize(attributes = {}) ⇒ FontTypeface
Returns a new instance of FontTypeface.
10 11 12 13 |
# File 'lib/uniword/drawingml/font_scheme.rb', line 10 def initialize(attributes = {}) super @panose ||= nil end |