Documentación de la API > Graphics and model display > Object ProText > Function ProTextStyleThicknessSet
Function ProTextStyleThicknessSet
Description
Sets the thickness of the text style. For non-ttf fonts it can be used to make text appears as Bold.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProTextStyleThicknessSet
(
ProTextStyle text_style
/* (In)
The text style
*/
double thickness
/* (In)
The thickness
*/
)
Returns
The function successfully set the thickness.
One or more input arguments is invalid.
Sample Code References
User Guide References
¿Fue esto útil?