Does anyone know of a TTF stencil font that only bridges the uppercase
characters that need bridging (A, B, D, O, P, Q, and R)?
I've already tried the font UNCONFORM/UNCONFORM ROUND but they are poorly
designed and do not play well with OpenSCAD. They do not show up in the
font list. If I explicitly call it out by using "use <UNCON__.FFT>" the
letters do not render correctly.
Are there any others that do minimal bridging?
If not, I guess that my workaround will be to just use something like Ariel
and add the bridging manually.
Thanks!
On Sun, 2023-03-26 at 12:42 -0500, Leonard Martin Struttmann wrote:
Does anyone know of a TTF stencil font that only bridges the
uppercase characters that need bridging (A, B, D, O, P, Q, and R)?
I've already tried the font UNCONFORM/UNCONFORM ROUND but they are
poorly designed and do not play well with OpenSCAD. They do not show
up in the font list. If I explicitly call it out by using "use
<UNCON__.FFT>" the letters do not render correctly.
Are there any others that do minimal bridging?
If not, I guess that my workaround will be to just use something like
Ariel and add the bridging manually.
So far, I have only located one, but it's not free.
https://www.myfonts.com/collections/stencil-allround-font-letterwerk
I think there's real need for such a font. If I needed one, I would
probably use a font editor that has the ability to modify an existing
font.
I'm going to check out FontForge.
https://github.com/fontforge/fontforge
Ooo! That's an idea. I forgot about FontForge. It's been over 10 years
since I've used it (when I was still working!).
On Sun, Mar 26, 2023 at 3:54 PM larry lar3ry@sasktel.net wrote:
On Sun, 2023-03-26 at 12:42 -0500, Leonard Martin Struttmann wrote:
Does anyone know of a TTF stencil font that only bridges the
uppercase characters that need bridging (A, B, D, O, P, Q, and R)?
I've already tried the font UNCONFORM/UNCONFORM ROUND but they are
poorly designed and do not play well with OpenSCAD. They do not show
up in the font list. If I explicitly call it out by using "use
<UNCON__.FFT>" the letters do not render correctly.
Are there any others that do minimal bridging?
If not, I guess that my workaround will be to just use something like
Ariel and add the bridging manually.
So far, I have only located one, but it's not free.
https://www.myfonts.com/collections/stencil-allround-font-letterwerk
I think there's real need for such a font. If I needed one, I would
probably use a font editor that has the ability to modify an existing
font.
I'm going to check out FontForge.
https://github.com/fontforge/fontforge
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
On 27/3/23 04:53, larry wrote:
So far, I have only located one, but it's not free.
https://www.myfonts.com/collections/stencil-allround-font-letterwerk
I think there's real need for such a font. If I needed one, I would
probably use a font editor that has the ability to modify an existing
font.
I'm going to check out FontForge.
https://github.com/fontforge/fontforge
OpenSCAD mailing list
To unsubscribe send an email todiscuss-leave@lists.openscad.org
I've been winging it semi-automatically, just by striking a vertical
line through the center of affected characters, with decent results in
3D printing. To do this, I took an available third party font metrics
library and customized it a little.
Code is on Github here https://github.com/curtmcd/OpenSCAD_Lib; just
open stencil_text.scad to see a test demo.
module Stencil_Text(message, font, size, slit_width_pct=8) { ... }
Regards,
Curt
On 3/26/2023 10:42 AM, Leonard Martin Struttmann wrote:
Does anyone know of a TTF stencil font that only bridges the uppercase
characters that need bridging (A, B, D, O, P, Q, and R)?
I've already tried the font UNCONFORM/UNCONFORM ROUND but they are
poorly designed and do not play well with OpenSCAD. They do not show
up in the font list. If I explicitly call it out by using "use
<UNCON__.FFT>" the letters do not render correctly.
Are there any others that do minimal bridging?
If not, I guess that my workaround will be to just use something like
Ariel and add the bridging manually.
Thanks!
OpenSCAD mailing list
To unsubscribe send an email todiscuss-leave@lists.openscad.org