enum Hpdf::LineCap

Overview

used in Page#line_cap=.

Defined in:

hpdf/enum.cr

Enum Members

ButtEnd = 0

The line is squared off at the endpoint of the path.

http://libharu.sourceforge.net/image/figure10.png

RoundEnd = 1

The end of a line becomes a semicircle whose center is the end point of the path.

http://libharu.sourceforge.net/image/figure11.png

ProjectingScuareEnd = 2

The line continues to the point that exceeds half of the stroke width the endpoint.

http://libharu.sourceforge.net/image/figure12.png

Instance Method Summary

Instance Method Detail

def butt_end? #

[View source]
def projecting_scuare_end? #

[View source]
def round_end? #

[View source]