public interface YogaBaselineFunction
abstract float
baseline(YogaNode node, float width, float height)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract float baseline(YogaNode node, float width, float height)
Return the baseline of the node in points. When no baseline function is set the baselinedefault to the computed height of the node.