mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-26 16:05:45 +03:00
Updated Draw List (markdown)
parent
be3d97083c
commit
99e1799297
1 changed files with 1 additions and 4 deletions
|
|
@ -71,9 +71,6 @@ 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_JoinMiter**: 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_CapSquare**: Expands the ends of an open path so that they extend hand line thickess beyond the end points. 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()`.
|
||||
|
||||

|
||||
|
||||
|
|
@ -83,7 +80,7 @@ The Default Stroke Position may be overidden by passing one of the dedicated `Im
|
|||
|
||||
- **ImDrawFlags_AAFill**: Enable anti-aliasing for Filled shapes.
|
||||
- **ImDrawFlags_AALines**: Enable anti-aliasing for Strokes.
|
||||
- **ImDrawFlags_AALineEnds**: Enable anti-aliasing for Strokes Ends.
|
||||
- **ImDrawFlags_AALineEnds**: Enable anti-aliasing for Strokes Ends. Slightly slower but also smoother, and prevents aliasing and missed pixels. Applies to `AddPolyline()`and `PathStroke()`.
|
||||
|
||||
### Other
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue