vidIVideo GetMeasuresFontHandle
Returns a font handle.
Syntax
vidIVideo_handle GetMeasuresFontHandle iFont
Application
HyperWorks Tcl Query
Description
This method obtains a font handle which can be used to change the style, size and color of the font used for measure annotations.
Inputs
- iFont
- A reference to an hwIFont pointer.
Example
hwi OpenStack;
hwi GetSessionHandle sess1;
sess1 GetProjectHandle proj;
proj GetPageHandle page1;
page1 GetWindowHandle win1 1;
win1 GetClientHandle vid
vid GetMeasuresFontHandle fonth;
hwi CloseStack;
Errors
Returns success or an error code.
Keywords
- HyperWorks
- MediaView
- Tracking System