ImageGear for C and C++ on Windows v19.3 - Updated
IG_vect_text_set_baseline
API Reference Guide > Vector Component API Reference > Vector Component Functions Reference > Text Functions > IG_vect_text_set_baseline

This function sets the baseline angle for the whole text string.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_vect_text_set_baseline(
        HIG_VECT_ENTITY hEntity, 
        float fBaseline
);

Arguments:

Name Type Description
hEntity HIG_VECT_ENTITY Handle to the Entity.
fBaseline float Baseline angle being set.

Return Value:

Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

None