1 2 3 4 5 6 7 8 9 10
#pragma once #include "MeasureRequirement.h" namespace cru::ui::render { float CRU_UI_API CalculateAnchorByAlignment(Alignment alignment, float start_point, float content_length, float child_length); } // namespace cru::ui::render