Pascal
function tsImageGetData(ImageID: tsImageID): Pointer;
C/C++
void * tsImageGetData(tsImageID ImageID);
This function queres the datapointer of the image. For an description of the format from the data please take an look in the Image section.
|
Tip |
|---|---|
|
This function calls tsImageGetInfo internally. If you need more than one information from an font reduce overhead and call tsImageGetInfo instead. |
|
The ImageID from which the infos will be quered.
Return value is the data pointer of the image. If there was an error or the image is empty the return value is nil / NULL.
If there was no context bound.
This will happen if you pass an invalid ImageID to this function.