aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/render/LayoutHelper.h
blob: 95d22ccbd0f75bbca1a186d1b2e8f8c3d00ec881 (plain)
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