SetDrawColor sHorizontal, sVertical
| String | Meaning |
|---|---|
| "TA_LEFT" | The reference point will be on the left edge of the bounding rectangle. |
| "TA_CENTER" | The reference point will be aligned horizontally with the center of the bounding rectangle. |
| "TA_RIGHT" | The reference point will be on the right edge of the bounding rectangle. |
| String | Meaning |
|---|---|
| "TA_TOP" | The reference point will be on the top edge of the bounding rectangle. |
| "TA_BASELINE" | The reference point will be on the base line of the text. |
| "TA_BOTTOM" | The reference point will be on the bottom edge of the bounding rectangle. |