API 설명서 > Graphics and model display > Object ProText > Function ProTextStyleHeightGet
Function ProTextStyleHeightGet
Description
Retrieves the text style height.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProTextStyleHeightGet
(
ProTextStyle text_style
/* (In)
The text style.
*/
double* r_height
/* (Out)
The returned height. This could be invalid if the height is the default value.
*/
)
Returns
The function successfully retrieved the information.
The text style uses the default height.
Sample Code References
User Guide References
도움이 되셨나요?