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:
pfcAnnotationTextStyle::SetThickness
Synopsis
#include <
ProNote.h
>
ProError
ProTextStyleThicknessSet
(
ProTextStyle
text_style
/* (In)
The text style
*/
double thickness
/* (In)
The thickness
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set the thickness.
PRO_TK_BAD_INPUTS
One or more input arguments is invalid.
Sample Code References
pt_examples ( TestDtlnote.c )
pt_examples ( TestSetup.c )
pt_userguide ( UgNoteCreate.c )
User Guide References
Text Style Properties:ProTextStyleThicknessSet
Detail Note Text Data:ProTextStyleThicknessSet
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado