VM_RESULT vm_graphic_draw_text( vm_graphic_frame_t* frame, VMINT x, VMINT y, VMWSTR text );
VM_RESULT vm_graphic_draw_text( vm_graphic_frame_t* frame, VMINT x, VMINT y, VMWSTR text );
Draws the texts at the given position within the frame. The font / color / font_size are following the global settings set by vm_graphic_font_set_font() / vm_graphic_color() / vm_graphic_font_set_font_size(). If they are not set the default system font / block color and medium font will be used.
|
Parameters |
Description |
|
vm_graphic_frame_t* frame |
[IN] Frame pointer |
|
VMINT x |
[IN] X offset of start position |
|
VMINT y |
[IN] Y offset of start position |
|
VMWSTR text |
[IN] Text encoded using ucs2 format |
VM_RESULT refer to VM_GRAPHIC_RESULT
vmgraphic_font.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.