mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-26 16:05:45 +03:00
Updated Draw List (markdown)
parent
27a516313f
commit
61dba1a0db
1 changed files with 6 additions and 2 deletions
|
|
@ -75,10 +75,14 @@ The Default Stroke Position may be overidden by passing one of the dedicated `Im
|
|||
|
||||

|
||||
|
||||
# Draw List Flags (`ImDrawFlags`)
|
||||
### Anti-Aliasing
|
||||
|
||||
- **ImDrawFlags_AAFill**: Enable anti-aliasing for Filled shapes.
|
||||
- **ImDrawFlags_AAStrokes**: Enable anti-aliasing for Strokes.
|
||||
- **ImDrawFlags_AALines**: Enable anti-aliasing for Strokes.
|
||||
- **ImDrawFlags_AALineEnds**: Enable anti-aliasing for Strokes Ends.
|
||||
|
||||
### Other
|
||||
|
||||
- **ImDrawFlags_UseTexForRoundCorners**: Enable using textures instead of strokes to draw rounded corners/circles where possible (faster). Used by default unless 'ImFontAtlasFlags_NoBakedRoundCorners' is enabled in the font atlas.
|
||||
- **ImDrawFlags_UseTexForStrokeLegacy** (previously `ImDrawListFlags_AntiAliasedLinesUseTex`) now only matters for legacy strokes.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue