Jump to content

When I have to change the character type


Giovannino60

Recommended Posts

When I have to change the character type of a sentence, and I go to the list I don't understand how to speed up the search, even if I start at the beginning and write Arial this character is not displayed, I have to scroll the cursor every time. Is there a way to do a search for the desired character faster?

Is it possible to widen the thickness of the cursor to the right because it is hard to select it with the mouse?

Thank you

Cercare.jpg

Link to comment
Share on other sites

Just a guess type your mtext as normal then have a defun and look for the word/s to be changed. The font is set in the defun.

 

Have an idea but it runs out at about 20 words.

 

image.png.1f9f6d78095b3991de00e8e5323db86b.pngimage.png.6699230db06aa482419667c6254782c6.png

Link to comment
Share on other sites

I don't understand how did you make those function bars appear? Then I didn't understand if you want to tell me that putting Arial in that point becomes a definitive setting of that character?

Do I want to set the Aril character in the favorites to avoid having to search for it continuously with the cursor to the right of the window?

Link to comment
Share on other sites

So you have mtext ? Then you can define a whole sentence as Arial. Or even 1 letter. Just set your style to the saved Arial style and make it current.

 

A shortcut but style must exist and the name is the same as in the defun. Need to load on start up.

(defun c:Arial ()(setvar 'textstyle "Arial")(command "Mtext"))
or
(defun c:Aaa ()(setvar 'textstyle "Arial") (command "MTEXT"))

 

Edited by BIGAL
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...