Class: Uniword::Properties::Kerning
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Uniword::Properties::Kerning
- Defined in:
- lib/uniword/properties/kerning.rb
Overview
Kerning threshold element
Represents <w:kern w:val=“…”/> where value is:
-
Integer in half-points
-
Specifies font size threshold for automatic kerning
-
0 = kerning disabled
-
Typical values: 8-72 (4pt to 36pt threshold)
Instance Method Summary collapse
-
#val ⇒ Object
Alias for XML attribute compatibility.
Instance Method Details
#val ⇒ Object
Alias for XML attribute compatibility
22 23 24 |
# File 'lib/uniword/properties/kerning.rb', line 22 def val value end |