Revit API Forum
Welcome to Autodesk’s Revit API Forums. Share your knowledge, ask questions, and explore popular Revit API topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Schedule Font

2 REPLIES 2
Reply
Message 1 of 3
AlexanderSkibin
496 Views, 2 Replies

Schedule Font

Hello,

 

I'm looking for a method that can change font in a fields and heading of my schedule. I know how to change width of a column, also I wish to know is it possible to change height and font.

 

Thanks,

Alexander.

2 REPLIES 2
Message 2 of 3

Hi,

 

The features available are demonstrated at the sample \Revit 2014 SDK\Samples\ScheduleAutomaticFormatter, have you looked at it?

Regards,



Augusto Goncalves
Twitter @augustomaia
Autodesk Developer Network
Message 3 of 3

Hi,

Yes, I have looked and now I try to make like this:

TableCellStyle style = field.GetStyle();
style.FontName = "Arial Black";
field.SetStyle(style);

But, the font doesn't change.

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Rail Community