HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
line_end_cap.hpp
Go to the documentation of this file.
1// Copyright Take Vos 2021.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
8
9#pragma once
10
11#include "../macros.hpp"
12namespace hi {
13inline namespace v1 {
14
18enum class line_end_cap {
22
26};
27
28}} // namespace hi::inline v1
29
line_end_cap
The way two lines should be joined.
Definition line_end_cap.hpp:18
@ flat
The end cap of the line is flat.
Definition line_end_cap.hpp:21
@ round
The end cap of the line is round.
Definition line_end_cap.hpp:25
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
The HikoGUI API version 1.
Definition lookahead_iterator.hpp:6