|
FireSync API
|
| kChar * kGraphic_DrawString32f | ( | kGraphic | graphic, |
| kGraphicFont | font, | ||
| kGraphicBrush | brush, | ||
| kPoint32f | location, | ||
| k32f | angle, | ||
| kAlignment | alignment, | ||
| const kChar * | text | ||
| ) |
Draws a string.
| graphic | Graphic object. |
| font | Font to render. |
| brush | Brush to create fill. |
| location | Origin point. |
| angle | Rotation angle. |
| alignment | Alignment of font relative to origin point. |
| text | String text. |