GetTextFontName
Gets a pointer to the name of the current 3DO font.
Synopsis
char *GetTextFontName (TextContextPtr ctx, int32 channelNumber)
Description
Returns a pointer to the name of the current 3DO font to the current stream time. This pointer is guaranteed to be valid only until the next call to GetStreamText()
or GetStreamTextCel()
.
Arguments
- cxt
- Pointer to Text subscriber context.
- channelNumber
- Logical stream channel number.
Return Value
The procedure returns an character pointer, or NULL if there is no font on the given channel at the current stream time or in the event of an error.
Caveat
This function is part of the Subscriber.lib library file that can currently (Toolkit1.5) be found in Attic:Streaming:2p1:DataStream:Subscribers:Subscriber.lib. It will later be integrated into the main Streaming tree.
Associated Files
TextSubscriber.h
See Also
GetStreamText
, GetStreamTextCel