Module: Metanorma::ITU
- Defined in:
- lib/metanorma/itu.rb,
lib/metanorma/itu/version.rb,
lib/metanorma/itu/processor.rb
Defined Under Namespace
Classes: Processor
Constant Summary collapse
- ORGANIZATION_NAME_SHORT =
"ITU"- ORGANIZATION_NAME_LONG =
"International Telecommunication Union"- VERSION =
"1.1.2"
Class Method Summary collapse
Class Method Details
.fonts_used ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/metanorma/itu/processor.rb', line 5 def self.fonts_used { html: ["Arial", "Courier New", "Times New Roman"], doc: ["Arial", "Courier New", "Times New Roman"], pdf: ["Arial", "Courier New", "Times New Roman"] } end |