Main Page   Modules   Compound List   File List   Compound Members   File Members  

Scaler object methods


Functions

STStatus STScalerGetInfo (STTypeEnv iEnv, STScaler iScaler, STTag *oTag, uint32 *oVersion, const char **oShortName, const char **oLongName, const char **oNotice, STScalerFlags *oSFlags, STFontServerFontMask *oFFlags)
 Retrieves general information from the scaler. More...

STStatus STLayoutEngineGetInfo (STTypeEnv iEnv, STLayoutEngine iLayoutEngine, STTag *oTag, uint32 *oVersion, const char **oShortName, const char **oLongName, const char **oNotice, STLayoutEngineFlags *oLEFlags)
 Retrieves general information from the layout engine.. More...


Function Documentation

STStatus STLayoutEngineGetInfo STTypeEnv    iEnv,
STLayoutEngine    iLayoutEngine,
STTag   oTag,
uint32   oVersion,
const char **    oShortName,
const char **    oLongName,
const char **    oNotice,
STLayoutEngineFlags *    oLEFlags
 

Retrieves general information from the layout engine..

Parameters:
iEnv  type environment object
iLayoutEngine  layout engine ID
oTag  layout engine tag. Well known tags are defined in sttypes.h (ST_LAYOUTENGINE_* constants)
oVersion  layout engine version
oSFlags  layout engine flags
oShortName  short name (for user menues)
oLongName  free-form name of the layout engine
oNotice  free-form copyright notice
Returns:
STStatus

STStatus STScalerGetInfo STTypeEnv    iEnv,
STScaler    iScaler,
STTag   oTag,
uint32   oVersion,
const char **    oShortName,
const char **    oLongName,
const char **    oNotice,
STScalerFlags   oSFlags,
STFontServerFontMask   oFFlags
 

Retrieves general information from the scaler.

Parameters:
iEnv  type environment object
iScaler  scaler ID
oTag  scaler tag. Well known tags are defined in sttags.h
oVersion  scaler version
oSFlags  scaler flags
oFFlags  font types supported by the scaler
oShortName  short name of the scaler that can be used in selection menues
oLongName  free-form scaler name
oNotice  free-form copyright notice
Returns:
STStatus


Generated on Thu Mar 20 23:35:53 2003 for Standard Type Services by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001