diff options
| author | Greg Ercolano <erco@seriss.com> | 2024-07-21 19:54:50 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2024-07-21 19:54:50 -0700 |
| commit | dc95cd55c0513539c11ab1180219ab2cbcd802e1 (patch) | |
| tree | e5afdf56ac11ab99b783463d367086d2683388b7 /documentation/src | |
| parent | 7f24a0d6d8d27d6901b1c5d40002769c8bfadf15 (diff) | |
Further removal of fl_line_style() asciiart (#1016)
Diffstat (limited to 'documentation/src')
| -rw-r--r-- | documentation/src/drawing.dox | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index 809f9751b..13fc9262c 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -451,17 +451,17 @@ line. If you don't specify a cap or join type you will get a system-defined default of whatever value is fastest. \par -\li <tt>FL_SOLID ━━━━━━━━━</tt> -\li <tt>FL_DASH ━ ━ ━ ━ ━</tt> -\li <tt>FL_DOT · · · · ·</tt> -\li <tt>FL_DASHDOT ━ · ━ · ━ ·</tt> -\li <tt>FL_DASHDOTDOT ━ · · ━ · ·</tt> -\li <tt>FL_CAP_FLAT</tt> -\li <tt>FL_CAP_ROUND</tt> -\li <tt>FL_CAP_SQUARE</tt> (extends past end point 1/2 line width) -\li <tt>FL_JOIN_MITER</tt> (pointed) -\li <tt>FL_JOIN_ROUND</tt> -\li <tt>FL_JOIN_BEVEL</tt> (flat) +\li <tt>FL_SOLID</tt> solid line +\li <tt>FL_DASH</tt> 75% dashed line +\li <tt>FL_DOT</tt> 50% pixel dotted +\li <tt>FL_DASHDOT</tt> dash / dot pattern +\li <tt>FL_DASHDOTDOT</tt> dash / two dot pattern +\li <tt>FL_CAP_FLAT</tt> end is flat +\li <tt>FL_CAP_ROUND</tt> end is round +\li <tt>FL_CAP_SQUARE</tt> extends past end point 1/2 line width +\li <tt>FL_JOIN_MITER</tt> line join extends to a point +\li <tt>FL_JOIN_ROUND</tt> line join is rounded +\li <tt>FL_JOIN_BEVEL</tt> line join is flat (tidied) \par \p width is the number of \ref drawing_DrawingUnit "FLTK units" thick to draw the lines. |
