SE_anno_get_text_size

Retrieves the height and gap ratio for an annotation

Usage syntax

LONG SE_anno_get_text_size (const SE_ANNO anno, LFLOAT *height LFLOAT *gap_ratio);

Parameters
anno The anno handle
height A pointer to the annotation height
gap_ratio A pointer to the gap ratio of the annotation
Description

SE_anno_get_text_size returns the text height and intercharacter spacing for a specific annotation.

Returns

SE_SUCCESS
SE_INVALID_ANNO_OBJECT

SE_INVALID_POINTER

SE_SDE_NOT_STARTED