pub type MeasureFunType = fn(&str, &TextConfig) -> Dimensions;Expand description
Reserved type alias for a text-measuring callback (currently unused).
pub type MeasureFunType = fn(&str, &TextConfig) -> Dimensions;Reserved type alias for a text-measuring callback (currently unused).