Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Please install fontconfig file for noto-fonts-cjk
@ 2023-03-25 17:33 Dieken
  2023-03-25 17:45 ` classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Dieken @ 2023-03-25 17:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

New issue by Dieken on void-packages repository

https://github.com/void-linux/void-packages/issues/43014

Description:
https://github.com/void-linux/void-packages/blob/41be7d0820584455d9be0f196359bd3718f8e72f/srcpkgs/noto-fonts-cjk/template#L26

Debian/Ubuntu/Slackware/Arch/Gentoo/SUSE all ship similar file to select correct Noto CJK fonts for different languages:

https://salsa.debian.org/fonts-team/fonts-noto-cjk/-/blob/debian/sid/debian/70-fonts-noto-cjk.conf

Please copy that file from Debian and install as /etc/fonts.d/conf.d/70-noto-fonts-cjk.conf.

Thanks!


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Please install fontconfig file for noto-fonts-cjk
  2023-03-25 17:33 [ISSUE] Please install fontconfig file for noto-fonts-cjk Dieken
@ 2023-03-25 17:45 ` classabbyamp
  2023-03-25 18:01 ` Dieken
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-03-25 17:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/43014#issuecomment-1483880977

Comment:
hm I don't seem to have any issues with the cjk fonts without this. are you having any issues without this file?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Please install fontconfig file for noto-fonts-cjk
  2023-03-25 17:33 [ISSUE] Please install fontconfig file for noto-fonts-cjk Dieken
  2023-03-25 17:45 ` classabbyamp
@ 2023-03-25 18:01 ` Dieken
  2023-03-25 18:04 ` Dieken
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Dieken @ 2023-03-25 18:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

New comment by Dieken on void-packages repository

https://github.com/void-linux/void-packages/issues/43014#issuecomment-1483884265

Comment:
> hm I don't seem to have any issues with the cjk fonts without this. are you having any issues without this file?

Without that file, fontconfig will always choose the JP variant for CJK languages because JP is before KR, SC, TC in alphabetic order.

```sh
$ fc-match sans:lang=zh-cn
NotoSansCJK-Regular.ttc: "Noto Sans CJK JP" "Regular"
```



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Please install fontconfig file for noto-fonts-cjk
  2023-03-25 17:33 [ISSUE] Please install fontconfig file for noto-fonts-cjk Dieken
  2023-03-25 17:45 ` classabbyamp
  2023-03-25 18:01 ` Dieken
@ 2023-03-25 18:04 ` Dieken
  2023-03-25 18:04 ` Dieken
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Dieken @ 2023-03-25 18:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

New comment by Dieken on void-packages repository

https://github.com/void-linux/void-packages/issues/43014#issuecomment-1483884265

Comment:
> hm I don't seem to have any issues with the cjk fonts without this. are you having any issues without this file?

Without that file, fontconfig will always choose the JP variant for CJK languages because JP is before KR, SC, TC in alphabetic order, these fonts all support multiple languages but actually same Chinese character doesn't have to be same glyph in these fonts.

```sh
$ fc-match sans:lang=zh-cn
NotoSansCJK-Regular.ttc: "Noto Sans CJK JP" "Regular"
```



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Please install fontconfig file for noto-fonts-cjk
  2023-03-25 17:33 [ISSUE] Please install fontconfig file for noto-fonts-cjk Dieken
                   ` (2 preceding siblings ...)
  2023-03-25 18:04 ` Dieken
@ 2023-03-25 18:04 ` Dieken
  2023-03-25 18:40 ` classabbyamp
  2023-03-25 19:04 ` [ISSUE] [CLOSED] " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: Dieken @ 2023-03-25 18:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

New comment by Dieken on void-packages repository

https://github.com/void-linux/void-packages/issues/43014#issuecomment-1483884265

Comment:
> hm I don't seem to have any issues with the cjk fonts without this. are you having any issues without this file?

Without that file, fontconfig will always choose the JP variant for CJK languages because JP is before KR, SC, TC in alphabetic order.

```sh
$ fc-match sans:lang=zh-cn
NotoSansCJK-Regular.ttc: "Noto Sans CJK JP" "Regular"
```

Notice these fonts all support multiple languages but actually same Chinese character doesn't have to be same glyph in these fonts.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Please install fontconfig file for noto-fonts-cjk
  2023-03-25 17:33 [ISSUE] Please install fontconfig file for noto-fonts-cjk Dieken
                   ` (3 preceding siblings ...)
  2023-03-25 18:04 ` Dieken
@ 2023-03-25 18:40 ` classabbyamp
  2023-03-25 19:04 ` [ISSUE] [CLOSED] " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-03-25 18:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/43014#issuecomment-1483893771

Comment:
ok, makes sense

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ISSUE] [CLOSED] Please install fontconfig file for noto-fonts-cjk
  2023-03-25 17:33 [ISSUE] Please install fontconfig file for noto-fonts-cjk Dieken
                   ` (4 preceding siblings ...)
  2023-03-25 18:40 ` classabbyamp
@ 2023-03-25 19:04 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-03-25 19:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

Closed issue by Dieken on void-packages repository

https://github.com/void-linux/void-packages/issues/43014

Description:
https://github.com/void-linux/void-packages/blob/41be7d0820584455d9be0f196359bd3718f8e72f/srcpkgs/noto-fonts-cjk/template#L26

Debian/Ubuntu/Slackware/Arch/Gentoo/SUSE/Fedora all ship similar file to select correct Noto CJK fonts for different languages:

https://salsa.debian.org/fonts-team/fonts-noto-cjk/-/blob/debian/sid/debian/70-fonts-noto-cjk.conf

Please copy that file from Debian and install as /etc/fonts/conf.d/`70-noto-fonts-cjk.conf`.

Thanks!


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-03-25 19:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-25 17:33 [ISSUE] Please install fontconfig file for noto-fonts-cjk Dieken
2023-03-25 17:45 ` classabbyamp
2023-03-25 18:01 ` Dieken
2023-03-25 18:04 ` Dieken
2023-03-25 18:04 ` Dieken
2023-03-25 18:40 ` classabbyamp
2023-03-25 19:04 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).