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
I have noticed that Creo 4.0 M80 has issue with these API and its been fixed in M100.
You can use ProDwgtableCellNoteGet. You will get ProDtlnote for a specified cell of a drawing table. Then you can use any text formation functions for ProDtlnote.