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