SE_anno_set_text_size |
Sets the text height and gap ratio for an annotation
LONG SE_anno_set_text_size (SE_ANNO anno, LFLOAT height, LFLOAT gap_ratio);
anno | The anno handle |
height | The annotation height |
gap_ratio | The gap ratio of the annotation |
SE_anno_set_text_size sets the text height and intercharacter spacing for a specific annotation. The height must be greater than zero while the gap_ratio must be greater or equal to zero.
SE_SUCCESS
SE_INVALID_ANNO_OBJECT
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_SDE_NOT_STARTED