Description Usage Format Details See Also
Specifies how to render the junction of two lines when stroking.
1 |
An object of class list of length 3.
The default line join style is %CAIRO_LINE_JOIN_MITER.
Since: 1.0
use a sharp (angled) corner, see cairo_set_miter_limit() (Since 1.0)
use a rounded join, the center of the circle is the joint point (Since 1.0)
use a cut-off join, the join is cut off at half the line width from the joint point (Since 1.0)
Other enum:
cairo_antialias_t,
cairo_content_t,
cairo_device_type_t,
cairo_extend_t,
cairo_fill_rule_t,
cairo_filter_t,
cairo_font_slant_t,
cairo_font_type_t,
cairo_font_weight_t,
cairo_format_t,
cairo_ft_synthesize_t,
cairo_hint_metrics_t,
cairo_hint_style_t,
cairo_int_status_t,
cairo_line_cap_t,
cairo_operator_t,
cairo_path_data_type_t,
cairo_pattern_type_t,
cairo_pdf_metadata_t,
cairo_pdf_outline_flags_t,
cairo_pdf_version_t,
cairo_ps_level_t,
cairo_region_overlap_t,
cairo_status_t,
cairo_subpixel_order_t,
cairo_surface_observer_mode_t,
cairo_surface_type_t,
cairo_svg_unit_t,
cairo_svg_version_t,
cairo_text_cluster_flags_t,
enum_find(),
enum_lookup()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.