Alternate Approach to Retrieve Font Details in SolidWorks API (Note Object)

Hello everyone,

I’m working on a solidWorks automation project using the solidWorks API and need to extract font-related details (such as color, angle, font style, and size) from Note objects.

Previously, the method note.GetFontInfo() provided this information, but according to the latest API documentation, this method now only returns the line type.

Question:

  • Is there any alternate API method or workaround to retrieve complete font attributes for notes in the current solidworks version?
  • If not, are there recommended approaches (e.g., using annotations, text properties, or other APIs) to achieve this?

Any insights, sample code, or references would be greatly appreciated.

Thanks in advance for your help!