Login  Register

Re: text inclination

Posted by Rallaz on May 28, 2012; 5:14pm
URL: https://forum.librecad.org/text-inclination-tp5706696p5706705.html

Hello,
Only one correction to Claude message:
- In LibreCAD, "text" entities is similar to "MTEXT" entities using
   "shx" font in AutoCAD.

To draw a italic text the options are:
AutoCAD mode:
  change "obliquing angle" in text entity => not implemented, thus can not be used.
  use TTF font whit italic style => not implemented, thus can not be used.

LibreCAD mode:
  draw text using lff fonts like "cursive", "italicc", "italiccs" or "italict".
  Whit the tool ttf2lff convert any TTF-italic font to LFF font and use it.

As dxl say in other thread:
> luca is working on adding text support, but still work in process

Rallaz