Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
hpdf
v0.9.0
Hpdf
Annotation
AnnotationHighlightMode
AnnotationIcon
Base14
BlendMode
ByteType
ChineseSimplifiedFonts
ChineseTraditionalFonts
CMYK
ColorSpace
CompressionMode
Date
Destination
Doc
Encoder
EncoderType
Encodings
EncryptMode
Exception
Font
FontLibrary
GMode
Grid
Helper
Image
InfoType
JapaneseFonts
KoreanFonts
LineCap
LineJoin
LinkAnnotation
MeasuredText
Outline
Page
PageDirection
PageLayout
PageMode
PageNumStyle
PageSizes
Permission
Point
Raw
CmykColor
CmykImage
GrayImage
Image
RgbColor
RgbImage
Rectangle
RGB
Size
TextAlignment
TextAnnotation
TextRenderingMode
TransitionStyle
TransMatrix
WritingMode
Built with Crystal 1.9.2
2023-10-07 21:13:02 UTC
enum
Hpdf::LineJoin
Overview
used in
Page#line_join=
Defined in:
hpdf/enum.cr
Enum Members
MiterJoin
=
0
RoundJoin
=
1
BevelJoin
=
2
Instance Method Summary
#bevel_join?
#miter_join?
#round_join?
Instance Method Detail
def
bevel_join?
#
[
View source
]
def
miter_join?
#
[
View source
]
def
round_join?
#
[
View source
]