class HT_Line_Join
Synopsis
class HT_Line_Join {
    public:
        enum Enum {
            Miter,
            Bevel,
            Round,
            Diamond,
            None,

            Count,
            Undefined = -1
        };

     ENUM_CLASS_FUNCTIONS (HT_Line_Join)
};
Details For a further description and illustration of line joins, see the section, "Line Caps and Joins" in chapter 2, "Heidi Architecture."