module HexaPDF::Layout::NumericRefinements
Provides a refinement of the Numeric class so that kerning numbers can more seamlessly be used together with actual glyphs.
Public Instance Methods
x_min()
click to toggle source
# File lib/hexapdf/layout/numeric_refinements.rb, line 43 def x_min -self end
y_max()
click to toggle source
# File lib/hexapdf/layout/numeric_refinements.rb, line 51 def y_max 0 end
y_min()
click to toggle source
# File lib/hexapdf/layout/numeric_refinements.rb, line 47 def y_min 0 end