discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Chiense character 玲 (Ling3) not rendering in "BiauKai" font

JW
Jim Witte
Sat, Jan 15, 2022 7:00 PM

I've got the following code:

text(size = ChineseFontSize,
font = "BiauKai",
halign = "center",
valign = "center",
"玲");      // Líng

which won't render in the macOS (Monteray) BiauKai font.  The awful "Font
Book" application lists it as having a single style "Regular" - does that
have to be specified somehow in OpenScad for it to work?

Jim

I've got the following code: text(size = ChineseFontSize, font = "BiauKai", halign = "center", valign = "center", "玲"); // Líng which won't render in the macOS (Monteray) BiauKai font. The awful "Font Book" application lists it as having a single style "Regular" - does that have to be specified somehow in OpenScad for it to work? Jim
TP
Torsten Paul
Sat, Jan 15, 2022 7:13 PM

On 15.01.22 20:00, Jim Witte wrote:

which won't render in the macOS (Monteray) BiauKai font.

I don't know which font is on macOS, the one downloaded
from https://en.maisfontes.com/biaukai.font looks fine
on Linux.

Does it show up in the font list on your system?

ciao,
Torsten.

On 15.01.22 20:00, Jim Witte wrote: > which won't render in the macOS (Monteray) BiauKai font. I don't know which font is on macOS, the one downloaded from https://en.maisfontes.com/biaukai.font looks fine on Linux. Does it show up in the font list on your system? ciao, Torsten.
D
dpa
Sat, Jan 15, 2022 8:11 PM

there is a Helper to find every Font:
[image: Bildschirmfoto 2022-01-15 um 21.10.40.png]

Am Sa., 15. Jan. 2022 um 20:00 Uhr schrieb Jim Witte jim.witte@gmail.com:

I've got the following code:

text(size = ChineseFontSize,
font = "BiauKai",
halign = "center",
valign = "center",
"玲");      // Líng

which won't render in the macOS (Monteray) BiauKai font.  The awful "Font
Book" application lists it as having a single style "Regular" - does that
have to be specified somehow in OpenScad for it to work?

Jim


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

there is a Helper to find every Font: [image: Bildschirmfoto 2022-01-15 um 21.10.40.png] Am Sa., 15. Jan. 2022 um 20:00 Uhr schrieb Jim Witte <jim.witte@gmail.com>: > I've got the following code: > > text(size = ChineseFontSize, > font = "BiauKai", > halign = "center", > valign = "center", > "玲"); // Líng > > which won't render in the macOS (Monteray) BiauKai font. The awful "Font > Book" application lists it as having a single style "Regular" - does that > have to be specified somehow in OpenScad for it to work? > > Jim > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >