Sha256: 9f155d316a5f6cfecb6fda509d4ad632cb2a0063ed4cc43625e888dfab78faf6

Contents?: true

Size: 283 Bytes

Versions: 4

Compression:

Stored size: 283 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class SupplementalFont < OpenXml::Properties::ComplexProperty
        namespace :a
        tag :font

        attribute :script, expects: :string
        attribute :typeface, expects: :string

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openxml-drawingml-0.3.1 lib/openxml/drawingml/properties/supplemental_font.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/supplemental_font.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/supplemental_font.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/supplemental_font.rb