Question
Changing Font size of text in drawing table cells
Hi ,
I have written the code to create a table in a drawing and add text in the table cells.
the API's I am using to add text are :
ProDwgtableTextEnter(table, colnum, rownum, text);
ProDwgtableCelltextWrap(table, rownum, colnum);
The issue I am facing is that the font of the text which is added to the table remains same.
is there any way I can change the font size and thickness of the text ?
Thanks and regards,
Sekar

