mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-26 16:05:45 +03:00
Updated Draw List (markdown)
parent
4d9c1a8ca4
commit
1da1f00c40
1 changed files with 3 additions and 1 deletions
|
|
@ -71,7 +71,9 @@ The Default Stroke Position may be overidden by passing one of the dedicated `Im
|
|||
- **ImDrawFlags_Closed**: This option closes the path by drawing a line from first to last point. Applies to `AddPolyline()`and `PathStroke()`
|
||||
- **ImDrawFlags_MiterOnly**: This option chooses a fast path in the rendering and skips logic that tried to handle very sharp corners. Can be used for well behaved shapes to speed up rendering. Applies to all stroked shapes.
|
||||
- **ImDrawFlags_SquareCap**: Expands the ends of an open path so that they extend hand line thickess beyond the end points. Applies to `AddPolyline()`and `PathStroke()`.
|
||||
- **ImDrawFlags_AALineEnds**: Enable rendering anti-aliased ends for lines. Slightly slower but also smoother, and prevents aliasing and missed pixels. Applies to `AddPolyline()`and `PathStroke()`.
|
||||
- **ImDrawFlags_AAFill**: Enable anti-aliasing for Filled shapes.
|
||||
- **ImDrawFlags_AALines**: Enable anti-aliasing for Strokes.
|
||||
- **ImDrawFlags_AALineEnds**: Enable anti-aliasing for Strokes Ends. Slightly slower but also smoother, and prevents aliasing and missed pixels. Applies to `AddPolyline()`and `PathStroke()`.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue