#include <vstgui.h>
enum CHoriTxtAlign;
Specify how to align a text horizontally :
value | description |
---|---|
kLeftText |
align the text to the left of its given rectangle |
kCenterText |
center the text in its given rectangle |
kRightText |
align the text to the right of its given rectangle |