Measures
Term.Measures.Measure
Term.Measures.Measure
Base.:+
Term.Measures.default_size
Term.Measures.height
Term.Measures.width
Term.Measures.Measure
— TypeMeasure
Stores the size of a piece of renderable material.
Term.Measures.Measure
— MethodMeasure(str::String)
Constructs a measure object from a string
Base.:+
— MethodThe sum of measures returns a measure with the highest value along each dimension.
Term.Measures.default_size
— Methoddefault_size()
Returns default size (h, w).
Term.Measures.height
— Methodheight
Measure the height of renderable objects (text, AbsstractRenderable).
Term.Measures.width
— Methodwidth
Measure the width of renderable objects (text, AbsstractRenderable).