vidIVideo GetTimeFrameFontHandle

Returns a font handle.

Syntax

vidIVideo_handle GetTimeFrameFontHandle iFont

Application

Tcl Query

Description

This method obtains a font handle which can be used to change the style, size and color of the font used in the legend in the video window.

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 GetTimeFrameFontHandle fonth;
hwi CloseStack; 

Errors

Returns success or an error code.

Keywords

  • MediaView