Font requests #607

Open
opened 2022-04-23 02:14:24 +02:00 by metasean · 4 comments
metasean commented 2022-04-23 02:14:24 +02:00 (Migrated from github.com)

Per Teque5's font testing and ranking in the 3d printing realm, it'd be good to see the following fonts added:

Regardless, I'm super stoked to have stumbled across cadhub!

Per [Teque5](https://www.printables.com/social/102569-teque5/about)'s [font testing and ranking in the 3d printing realm](https://www.printables.com/model/71231-font-swatches-tested-ranked), it'd be good to see the following fonts added: - [osifont](https://github.com/hikikomori82/osifont) - apparently conforms to IS0 specification 3O98, which is required in CAD for some European countries - [Overpass and Overpass Mono](https://overpassfont.org/) - I'm personally working on a project that is most likely going to use Overpass & Overpass Mono - [Varela Round](https://fonts.google.com/specimen/Varela+Round) - [Ubuntu](https://design.ubuntu.com/font/) - [Orbitron](https://fonts.google.com/specimen/Orbitron) **_Regardless, I'm super stoked to have stumbled across cadhub!_**
angryseptagon commented 2022-04-23 21:12:37 +02:00 (Migrated from github.com)

OCR-A and OCR-B are also good aditions in my opinion, they are well known constant thickness monospace fonts that have been in use for decades. I think there are free to use implementations considering their widespread use and history, but I may be wrong.

OCR-A and OCR-B are also good aditions in my opinion, they are well known constant thickness monospace fonts that have been in use for decades. I think there are free to use implementations considering their widespread use and history, but I may be wrong.
Irev-Dev commented 2022-04-24 11:15:42 +02:00 (Migrated from github.com)

Sounds good.

I think the fonts would need to be installed on the docker image for them to be available.
https://github.com/Irev-Dev/cadhub/blob/main/app/api/src/docker/openscad/Dockerfile

Sounds good. I think the fonts would need to be installed on the docker image for them to be available. https://github.com/Irev-Dev/cadhub/blob/main/app/api/src/docker/openscad/Dockerfile
elasticdotventures commented 2022-05-01 20:37:17 +02:00 (Migrated from github.com)

I don't understand the nature of this request. What about a package that simply generates the font from TTF or SVG font?

Using RUST crate, import any TTF, output as SVG, then openscad can import SVG and extrude
https://docs.rs/ttf-parser/0.15.0/ttf_parser/svg/index.html

Would be nice to be able to access Google Fonts or similar repository (this preview, render font onto surface kind of minutia is the type of place where I think a universal / cross application openSCAD tool browser & font-preview would make sense to me)

I don't understand the nature of this request. What about a package that simply generates the font from TTF or SVG font? Using RUST crate, import any TTF, output as SVG, then openscad can import SVG and extrude https://docs.rs/ttf-parser/0.15.0/ttf_parser/svg/index.html Would be nice to be able to access Google Fonts or similar repository (this preview, render font onto surface kind of minutia is the type of place where I think a universal / cross application openSCAD tool browser & font-preview would make sense to me)
t-paul commented 2022-05-01 20:46:40 +02:00 (Migrated from github.com)

@elasticdotventures This asks for installing the TTF or OTF font. OpenSCAD can read that natively but it needs to be installed on the local system. All google fonts would abount to more than 1GB, so that would likely need some sort of separation, but it's possible. I believe Thingiverse has done that.

@elasticdotventures This asks for installing the TTF or OTF font. OpenSCAD can read that natively but it needs to be installed on the local system. All google fonts would abount to more than 1GB, so that would likely need some sort of separation, but it's possible. I believe Thingiverse has done that.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: h3n3/cadhub#607