QAGetFloat
You can use theQAGetFloatfunction to get a floating-point value of a draw context state variable.
#define QAGetFloat(drawContext,tag) \ (drawContext)->getFloat (drawContext,tag)
drawContext- A draw context.
tag- A state variable tag.
DESCRIPTION
TheQAGetFloatfunction returns, as its function result, the floating-point value of the draw context state variable specified by thedrawContextandtagparameters. If the specified tag is not recognized or supported by that draw context,QAGetFloatreturns the value 0.