FastFiber

Symbolenlijst

Gestart door bor, do 10 03 2005, 17:46:37

Vorige topic - Volgende topic

bor

hallo allemaal. ik heb een vraag met betrekking tot het met tekst maken van symbolen als bijv. het diametersymbool. die weet ik toevallig wel dus dat is niet mijn vraag. mijn vraag is deze:
is er misschien iemand die een complete overzichtslijst heeft met al deze %%xxx symbolen? ik zoek me een ongeluk in autocad (ADT 2005) en het internet maar tot nu toe niets gevonden.
alvast bedankt, groeten erik.

julien

Voor AutoCAD:

%%C = Ø . diameter symbol. ex: 4"%%C = 4"Ø

%%U = Will begin underline or text ex: %%UTEXT = TEXT

%%D = º . degree symbol

%%O = Will begin overline of text

%%P = ± . plus and minus

%%126 = ~ . tilda

%%124 = |

bor

Das een mooi begin, bedankt.
meer mogelijkheden zijn altijd welkom natuurlijk.
groet, erik.

Joop

Hier een copie van de AutoCAD Help page:

CiteerBesides using Unicode characters for entering special characters, you can also overscore text, underscore text, or insert a special character by including control information in the text string. Use a pair of percent signs to introduce each control sequence.

You can use this control code with standard AutoCAD text fonts and PostScript fonts:

%%nnn

Draws character number nnn.

You can use these control codes with standard AutoCAD text fonts only:

%%o

Toggles overscoring on and off.




%%u

Toggles underscoring on and off.



%%d

Draws degrees symbol (º).



%%p

Draws plus/minus tolerance symbol (±).



%%c

Draws circle diameter dimensioning symbol ().



%%%

Draws a single percent sign.



Overscoring and underscoring can be in effect at the same time. Both turn off automatically at the end of the text string.



You can use the %%nnn control sequence to display special characters using the PostScript fonts.

A sample drawing (truetype.dwg) showing the character map for each font is provided in the autocad 2002/sample folder.

Using the Euro Symbol
You can use the Euro symbol with .shx fonts and their TrueType equivalent fonts shipped with AutoCAD 2000 and later releases. If your keyboard does not contain a Euro symbol, hold down the ALT key and enter 0128 on the numeric keypad.

Een gelovig volger van
"de Sacrale Kunst van Luiheid",
zijn leider "Lisp" en acoliet "Script".

bart

%%xxx symbolen worden in je lettertype gedefineerd

http://www.autocadforum.com/autocadforum/viewtopic.php?t=144&highlight=symbolen

hier vind je een lisp waarmee je alle bij jouw lettertype behorende code kan afdrukken
Domme vragen bestaan niet.
Domme antwoorden wel.

m.vr. groet Bart

FastFiber