cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Changing Font size of text in drawing table cells

Sekar1
12-Amethyst

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

2 REPLIES 2
syalagudri
12-Amethyst
(To:Sekar1)

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.

Top Tags