Message 1 of 18
Creating custom bold text style

Not applicable
01-03-2020
04:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I'm having trouble creating a custom bold text style. My code is:
(entmakex '( (0 . "STYLE") (5 . "902AA") (100 . "AcDbSymbolTableRecord") (100 . "AcDbTextStyleTableRecord") (2 . "DriverStyle") (70 . 0) (40 . 0.15) (41 . 1.0) (50 . 0.0) (71 . 0) (42 . 0.15) (3 . "arial.ttf") (4 . "") ) ) (entmakex '( (0 . "STYLE") (5 . "9033E") (100 . "AcDbSymbolTableRecord") (100 . "AcDbTextStyleTableRecord") (2 . "BaseStyle") (70 . 0) (40 . 0.12) (41 . 1.0) (50 . 0.0) (71 . 0) (42 . 0.15) (3 . "arial.ttf") (4 . "") ) )
Even if I put the "arialdb.ttf" font file, it just doesn't recognize it. Is there an alternative syntax I could use?
Thanks in advance