Measures
Term.Measures.MeasureTerm.Measures.MeasureBase.:+Term.Measures.default_sizeTerm.Measures.heightTerm.Measures.width
Term.Measures.Measure — TypeMeasureStores 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 — MethodheightMeasure the height of renderable objects (text, AbsstractRenderable).
Term.Measures.width — MethodwidthMeasure the width of renderable objects (text, AbsstractRenderable).