Class: Uniword::Drawingml::FontTypeface

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/uniword/drawingml/font_scheme.rb

Overview

Represents a latin, ea, or cs font element

Direct Known Subclasses

CsFont, EaFont, LatinFont

Instance Method Summary collapse

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