Library | File

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.