AIPathStyle.h File Reference
#include "AITypes.h"
#include "AIArt.h"
#include "AIColor.h"
#include "AIDocument.h"
#include "AIRealMath.h"
#include "AIEntry.h"
#include "IAIFilePath.hpp"
#include "AIHeaderBegin.h"
#include "AIHeaderEnd.h"
Go to the source code of this file.
Detailed Description
Define Documentation
#define kAIPathStyleSuite "AI Path Style Suite" |
#define kAIPathStyleSuiteVersion kAIPathStyleSuiteVersion14 |
#define kAIPathStyleSuiteVersion14 AIAPI_VERSION(14) |
#define kAIPathStyleVersion kAIPathStyleSuiteVersion |
#define kMaxDashComponents 6 |
Maximum number of dash components for a stroke.
Enumeration Type Documentation
Types of line caps for strokes.
- Enumerator:
kAIButtCap |
Butt line caps.
|
kAIRoundCap |
Round line caps.
|
kAIProjectingCap |
Projecting line caps.
|
Types of line joins for strokes.
- Enumerator:
kAIMiterJoin |
Miter line joins.
|
kAIRoundJoin |
Round line joins.
|
kAIBevelJoin |
Bevel line joins.
|