/*** according to the class reference of symbian this creates a new object called font with the attributes of the class CFont.
Furthermore this new object contains the font-attributes of the label iLabel.
I wanted to print the name of the used font.
****/
//the question marks are for the unknown method
//which get-method gives me the name of the font?
//the result type has to be a char (i think)
TText font_var = font.???;
//create a buffer to fill with the name of the font: