Class: Uniword::Properties::Kerning

Inherits:
Lutaml::Model::Serializable
  • Object
show all
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

Instance Method Details

#valObject

Alias for XML attribute compatibility



22
23
24
# File 'lib/uniword/properties/kerning.rb', line 22

def val
  value
end