Author Topic: Odd request concerning font symbols  (Read 3497 times)

0 Members and 1 Guest are viewing this topic.

Dr. After

  • Guest
Re: Odd request concerning font symbols
« Reply #15 on: May 23, 2008, 03:59:33 PM »
The right click option is already there for 2008, actually.  But this still does not allow a quick keyboard entry.  I would like to have it as "Alt"+<key> or something along those lines...

Bob Wahr

  • Guest
Re: Odd request concerning font symbols
« Reply #16 on: May 23, 2008, 04:34:07 PM »
I'm pretty sure that Randall did something on CAD Vault in VBA as one of his "here's a little thingy what can you do with it" threads that would check keystrokes and do some hijacking so it might be possible with VBA after all.  I might have something at home that I wrote that used it.  I'll see if I can turn it up this weekend.

Dommy2Hotty

  • Swamp Rat
  • Posts: 1127
Re: Odd request concerning font symbols
« Reply #17 on: May 28, 2008, 12:54:37 PM »
How would I insert a diameter symbol using the Arial font when my text style uses an SHX file?  (I want to keep the rest of the MTEXT to use the SHX font, only the diameter symbol to use Arial).

This is the entity info of the mleader I'm using as an example:

Code 304 is the contents of an MLeader:
(304 . "CONC. (1'-0\" {\\fArial|b0|i0|c0|p34;\\W0.75;Ø)}")


Entire entity info:
Code: [Select]
((-1 . <Entity
name: 7d43ccb8>) (0 . "MULTILEADER") (330 . <Entity name: 7efc5cf8>) (5 .
"1022F") (100 . "AcDbEntity") (67 . 0) (410 . "Model") (8 . "TXT-NOTE") (100 .
"AcDbMLeader") (300 . "CONTEXT_DATA{") (40 . 48.0) (10 6493.15 1644.7 0.0) (41
. 4.5) (140 . 3.0) (145 . 3.0) (174 . 1) (175 . 2) (176 . 2) (177 . 0) (290 .
1) (304 . "CONC. (1'-0\" {\\fArial|b0|i0|c0|p34;\\W0.75;Ø)}") (11 0.0 0.0 1.0)
(340 . <Entity name: 7efc5e38>) (12 6538.92 1647.61 0.0) (13 1.0 0.0 0.0) (42 .
0.0) (43 . 0.0) (44 . 0.0) (45 . 1.0) (170 . 1) (90 . -1023410169) (171 . 3)
(172 . 5) (91 . -1073741824) (141 . 0.0) (92 . 12646800) (291 . 0) (292 . 0)
(173 . 0) (293 . 0) (142 . 0.0) (143 . 0.0) (294 . 0) (295 . 0) (296 . 0) (110
6578.83 1654.53 0.0) (111 1.0 0.0 0.0) (112 0.0 1.0 0.0) (297 . 0) (302 .
"LEADER{") (290 . 1) (291 . 1) (10 6547.92 1644.62 0.0) (11 -1.0 0.0 0.0) (90 .
0) (40 . 6.0) (304 . "LEADER_LINE{") (10 6578.83 1654.53 0.0) (91 . 0) (305 .
"}") (303 . "}") (301 . "}") (340 . <Entity name: 7efe63a8>) (90 . 17056768)
(170 . 1) (91 . -1056964608) (341 . <Entity name: 7efc5ca0>) (171 . -2) (290 .
1) (291 . 1) (41 . 0.125) (42 . 0.0625) (172 . 2) (343 . <Entity name:
7efc5e38>) (173 . 1) (95 . 2) (174 . 1) (175 . 2) (92 . -1023410169) (292 . 0)
(93 . -1056964608) (10 1.0 1.0 1.0) (43 . 0.0) (176 . 0) (293 . 0) (294 . 0)
(178 . 0) (179 . 3) (45 . 48.0))[\code]
« Last Edit: May 28, 2008, 01:02:09 PM by Dommy2Hotty »