Message 1 of 3
Getting the Font file info from a selected piece of xref text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello:
I am able to extract the Text Style Name from a selected piece of text in an xref via:
(setq textStyleName (if (vlax-property-available-p textObj 'StyleName) (vla-get-StyleName textObj) ""))
however I am unable to figure out how to get the font file information from the text style.
Pointing me in the correct direction would be greatly appreciated!
Thanks;
Nick