Autodesk Technology Managers Forum
Share your knowledge, ask questions, and engage with fellow CAD/BIM Managers.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

archd.shx font character map?

15 REPLIES 15
Reply
Message 1 of 16
Anonymous
2048 Views, 15 Replies

archd.shx font character map?

Does anyone know where I may be able to find the %%? or ALT+ "guide" for the
archd font? I have been searching for ever in Google but to no avail and I
am getting tired of the old "type it and find out" method, although I did
manage to get the fractions that way.

TIA
Joe
15 REPLIES 15
Message 2 of 16
Anonymous
in reply to: Anonymous

do you have full autocad?

try this attached lsp file. load it with appload.
make sure the textstyle with the archd.shx font is current.
then type character at the command line.

it places a block of text at 0,0 with all the symbols and codes.

Miguel
Message 3 of 16
Anonymous
in reply to: Anonymous

ewps... looks like I cant attach files...

cut and paste this to the command line...then type character. you could
also save it in a text file and name it character.lsp

I found this on cadalyst. thanx Jeff!!






;;Charactr.lsp by Jeff Foster 1/17/96
;;Recommended that this routine be run in a blank drawing
;;This routine generates 16 columns and 16 rows of text
;;consisting of each of the 256 %% characters available
;;in a particular font and numbers each character.
(prompt "\nCHARACTR.lsp loaded ")
(prompt "\nEnter CHARACTER to execute ")
(Defun c:character ()
(setvar "cmdecho" 0)
(setq cnt 1.0)
(setq r_cnt 0.0)
(setq x 0.0)
(setq y 0.0)
(setq sub_y (- y 0.1))
(command "layer" "m" "textfont" "c" "2" "" "")
(repeat 16
(while (<= (fix cnt) (+ r_cnt 16))
(setq pt (list x y))
(setq sub_pt (list x sub_y))
(command "text" "m" pt "0.05" "0" (strcat "%%" (rtos cnt 2 0)))
(command "text" "m" sub_pt "0.05" "0" (rtos cnt 2 0))
(setq x (+ x 0.2))
(setq cnt (+ cnt 1.0))
)
(setq r_cnt (+ r_cnt 16))
(setq x 0)
(setq y (- y 0.2))
(setq sub_y (- y 0.1))
)
(command "zoom" "e")
(command "zoom" "0.75x")
)
Message 4 of 16
Anonymous
in reply to: Anonymous

Thanks for the response but unfortunately I am using 2006 LT at work.


"Miguel" wrote in message
news:5016370@discussion.autodesk.com...
ewps... looks like I cant attach files...

cut and paste this to the command line...then type character. you could
also save it in a text file and name it character.lsp

I found this on cadalyst. thanx Jeff!!






;;Charactr.lsp by Jeff Foster 1/17/96
;;Recommended that this routine be run in a blank drawing
;;This routine generates 16 columns and 16 rows of text
;;consisting of each of the 256 %% characters available
;;in a particular font and numbers each character.
(prompt "\nCHARACTR.lsp loaded ")
(prompt "\nEnter CHARACTER to execute ")
(Defun c:character ()
(setvar "cmdecho" 0)
(setq cnt 1.0)
(setq r_cnt 0.0)
(setq x 0.0)
(setq y 0.0)
(setq sub_y (- y 0.1))
(command "layer" "m" "textfont" "c" "2" "" "")
(repeat 16
(while (<= (fix cnt) (+ r_cnt 16))
(setq pt (list x y))
(setq sub_pt (list x sub_y))
(command "text" "m" pt "0.05" "0" (strcat "%%" (rtos cnt 2 0)))
(command "text" "m" sub_pt "0.05" "0" (rtos cnt 2 0))
(setq x (+ x 0.2))
(setq cnt (+ cnt 1.0))
)
(setq r_cnt (+ r_cnt 16))
(setq x 0)
(setq y (- y 0.2))
(setq sub_y (- y 0.1))
)
(command "zoom" "e")
(command "zoom" "0.75x")
)
Message 5 of 16
Anonymous
in reply to: Anonymous

send me the font and I will send you back a dwg...with the code chart.

miguel at zianet dot com

M
Message 6 of 16
Anonymous
in reply to: Anonymous

Open the attached dwg and redefine the style to use the font you want to
see.

"JR" wrote in message news:5016275@discussion.autodesk.com...
Does anyone know where I may be able to find the %%? or ALT+ "guide" for the
archd font? I have been searching for ever in Google but to no avail and I
am getting tired of the old "type it and find out" method, although I did
manage to get the fractions that way.

TIA
Joe
Message 7 of 16
alhabi
in reply to: Anonymous

Hi, there,

I have been looking to find away to get the character codes of shx and other cad fonts in autocad. I found old posting with some lsp . I hope you can help me. I am using autocad 2010.

Another question how can I make a font in autocad.... Right to left as in Arabic. 

Best regards

AL-Hasan Bin Ali

Message 8 of 16
alhabi
in reply to: Anonymous

Hi Miguel,

thanks for the lsp. I tried to use it but after working it gave me 512 shapes (all the same shape) in location 0,0,0. 

I am using autocad 2014. can you pleas help i need to see the character map of SHX fonts.

 

Message 9 of 16
alhabi
in reply to: Anonymous

I tried in a total new cad file. it worked. thanks. Now the question is can i modify a character within the the font style i am working in?
thanks
Message 10 of 16
jggerth1
in reply to: alhabi

That's a non-trivial exercise.  first you'll need the .shp version of the .shx.  then you'll need to tweak the vecror codes in the shp, and recompile to a new .shx file.

 

Better off to look for a TTF font that already does what you need.

 

And by the way, what exactly are the tweakd you want to make?

Message 11 of 16
alhabi
in reply to: jggerth1

I have Arabic font shapes files in autocad. Some letters are not found or
cannot be used through the normal keyboard characters. I was hoping that i
can assign a shift letter key with a letter so i can use easily instead of
the %% xxx.


Regarding TTF fonts will they work even Arabic font? because windows Arabic
fonts cannot be used in autocad.

Another question can you teach me (or direct me to anywhere) how to create
fonts for autocad.

Thanks for taking the time to read and help.
Best regards
Message 12 of 16
alhabi
in reply to: jggerth1

I am trying to replace a font character asigned to one of the keystrokes by another font character in that same keystroke. ( example lets say I am trying to replace the (_) underscore charactor in the ksystroke into the (+- over each other) plus minus signs on top of each other charactor on that same keystroke).

 

Message 13 of 16
pendean
in reply to: alhabi

You need the source SHP file from the author: there is no way around it. Who'se the author of that font? Who knows, start a web search and be prepared to part with money for the SHP font.
Message 14 of 16
alhabi
in reply to: pendean

Ok then can I create my own font.shx if someone can guide me or point me to where I can go and create it

Message 15 of 16
pendean
in reply to: alhabi

Help in AutoCAD and a Google Search will get you started.
Message 16 of 16
m_latz
in reply to: pendean

If you have installed the express tools in AutoCAD start express tools help and search for "dumpshx.exe". With that utility you can convert shx to shp.

 

Never tried myself, but other users told me that it worked.

 

regards

 

Markus

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

Post to forums  

Administrator Productivity


Autodesk Design & Make Report