API Documentation
>
Enumerated Types
> Enum pfcPDFLinecap
Enum pfcPDFLinecap
# include <
pfcExport.h
>
enum
pfcPDFLinecap
{
pfcPDF_LINECAP_BUTT
,
pfcPDF_LINECAP_ROUND
,
pfcPDF_LINECAP_PROJECTING_SQUARE
,
pfcPDFLinecap_nil
};
Description
This enumerated type contains possible linecap options.
Values
pfcPDF_LINECAP_BUTT
pfcPDF_LINECAP_ROUND
pfcPDF_LINECAP_PROJECTING_SQUARE
pfcPDFLinecap_nil
Enum null value.
Was this helpful?
This site works best with JavaScript enabled