class HT_Line_Cap
Synopsis
class HT_Line_Cap {
    public:
        enum Enum {
            Butt,
            Square,
            Round,
            Diamond,

            Count,
            Undefined = -1
        };
Details For a further description and illustration of line caps, see the section, "Line Caps and Joins" in chapter 2, "Heidi Architecture."