struct Hpdf::MeasuredText

Defined in:

hpdf/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(len_included : UInt32, real_width : Float32) #

[View source]

Instance Method Detail

def len_included : UInt32 #

the byte length which can be included within the specified width


[View source]
def real_width : Float32 #

the real widths of the text is set. An application can set it to NULL if it is unnecessary


[View source]