|
HC_EXTERNAL HIC_API void HIC_Draw_DC_Text |
( |
HIC_Rendition const * |
nr, |
|
|
HIC_DC_Point const * |
where, |
|
|
int |
count, |
|
|
HIC_Karacter const * |
kstring | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| where | An array of const HIC_DC_Point. |
| count | An int. |
| kstring | A pointer to a const HIC_Karacter. |
This function draws text.
- See also:
- HIC_Draw_Text
|