API Documentation > Miscellaneous > Object ProGtoldata > Function ProGraphicsTextDisplay
Function ProGraphicsTextDisplay
Description
Draws text on the screen.
NOTES:
These points are in the coordinate system of the current object. For example, if the current object is a part, the points must be in the part's coordinate system. If the current object is an assembly, the points must be in the assembly's coordinate system.
You can call the function ProText*CurrentSet() to set the text attributes before calling this function.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGraphic.h>
ProGraphicsTextDisplay
(
/* (In)
The starting point for the text
*/
wchar_t* text
/* (In)
The text string
*/
)
Returns
The function successfully drew the text.
The font specified in a previous call to ProtText*CurrentSet() was not found.
Sample Code References
User Guide References
Was this helpful?