element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) How do I export text in proportional font to gerbers?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 5 replies
  • Subscribers 179 subscribers
  • Views 1750 views
  • Users 0 members are here
Related

How do I export text in proportional font to gerbers?

charonme
charonme over 6 years ago

My pcb design uses texts in the proportional font, but when I export to gerbers they have the texts in the vector font

  • Sign in to reply
  • Cancel

Top Replies

  • WarrenBrayshaw
    WarrenBrayshaw over 6 years ago +3
    Hi Text on a board that is more pleasing to the eye than vector font has been a request for a long time. Board production has historically required vector instructions. A discussion five years ago arose…
  • geralds
    geralds over 6 years ago +2
    Well, proportional fonts are not the best choice. Because proportional fonts have many special edges which cannot be clearly converted with high quality. You must at least convert to a vector format such…
  • autodeskguest
    autodeskguest over 6 years ago +1
    You likely have it set to vector all fonts, which is a good choice because the proportional font expands somewhat when output to cam. Unless they fixed it in a newer version than mine. On 4/26/2019 5:48…
  • autodeskguest
    0 autodeskguest over 6 years ago

    You likely have it set to vector all fonts, which is a good choice

    because the proportional font expands somewhat when output to cam.

    Unless they fixed it in a newer version than mine.

     

    On 4/26/2019 5:48 AM, Charon Me wrote:

    My pcb design uses texts in the proportional font, but when I export to gerbers they have the texts in the vector font

     

    --

    To view any images and attachments in this post, visit:

    https://www.element14.com/community/message/274723

     

     

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 6 years ago

    Hi,

     

    I think the answer is that you don't/can't, because Gerber files are vector based. Any text to be displayed on a PCB should be vector format in your board layout. As I understand, if you don't, and you keep it in proportional font, then you risk the text being of unknown length when converted to vector (not always a serious issue if you're not doing it in copper, but can make the PCB look ugly). So, general advice is to use vector.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • geralds
    0 geralds over 6 years ago

    Well, proportional fonts are not the best choice.

    Because proportional fonts have many special edges which cannot be clearly converted with high quality.

    You must at least convert to a vector format such as HPGL.

    https://en.wikipedia.org/wiki/HP-GL

    Even this old format will already help.

    Also, the plotters in the production rather love HPGL, the newer versions of that, ok.

     

    Eagle has ULPs which you can convert into the vector format.

    In the Panel - Option - User Interface - there is a checkbox that you must activate.

    Then in the PCB Editor you must in the menu option: "imprint into this drawing", if you already have different fonts in the drawing.

    You can also change the text to Vector with Change, or just rewrite the text in Vector.

    The same applies to the part names and pin numbers, if you want to write them on the board.

     

    Grüße

    Gerald

    ---

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • WarrenBrayshaw
    0 WarrenBrayshaw over 6 years ago

    Hi

     

    Text on a board that is more pleasing to the eye than vector font has been a request for a long time.

    Board production has historically required vector instructions.

     

    A discussion five years ago arose around using an alternate vector font.

    https://www.element14.com/community/message/107527/l/invite-testing-of-hershey-textulp#107527

     

    Have a look at the ulp that Neil Allison created and has made available on his web site.

    That may be something you may like to use..

     

    All the best

    Warren

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • autodeskguest
    0 autodeskguest over 6 years ago in reply to shabaz

    On 4/26/2019 15:27, shabaz wrote:

    Hi,

     

    I think the answer is that you don't/can't, because Gerber files are vector based. Any text to be displayed on a PCB should be vector format in your board layout. As I understand, if you don't, and you keep it in proportional font, then you risk the text being of unknown length when converted to vector (not always a serious issue if you're not doing it in copper, but can make the PCB look ugly). So, general advice is to use vector.

     

    Well, most fonts today is probably stored as a vector format so that

    should not be a direct problem. But the other problem is that gerber is

    an old legacy plotter format, and the main problem: with a finite pen

    width, while modern fonts are most likely stored as vectors defining an

    outline. They don't match up well.

     

    But they could in theory. If you choose a manufacturer with access to

    modern "bitmap plotters" (afaik, most non "garage" companies does), they

    support hires outlined gerber fill codes. Eagle could have utilized this

    both to speed up polygon fills for large designs, AND support any type

    of proportional font.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube