Re: Cairo plans

2021-09-04 Thread Jean Abou Samra
Le 03/09/2021 à 13:41, David Kastrup a écrit : There is no point in dropping \postscript I would agree. There is a point in changing example code that does not need it, though, in order to make the code more generally useful, particularly since many examples are copied by users and/or used as

PATCHES - Countdown for September 4th

2021-09-04 Thread James
Hello, Here is the current patch countdown list. The next countdown will be on September 6th. A list of all merge requests can be found here: https://gitlab.com/lilypond/lilypond/-/merge_requests?sort=label_priority Push: No patches in Push at this time. Countdown: !904 Remove

Re: Cairo plans

2021-09-04 Thread Masamichi Hosoda
Most PDF readers have a mapping from Adobe-Japan1 CID to Unicode code points as follows. https://github.com/adobe-type-tools/mapping-resources-pdf/blob/master/pdf2unicode/Adobe-Japan1-UCS2 >>> >>> Is it impossible to discover this mapping from the OTF file alone? >> >> If I

Re: Cairo plans

2021-09-04 Thread Werner LEMBERG
>>> Most PDF readers have a mapping from Adobe-Japan1 CID to Unicode >>> code points as follows. >>> https://github.com/adobe-type-tools/mapping-resources-pdf/blob/master/pdf2unicode/Adobe-Japan1-UCS2 >> >> Is it impossible to discover this mapping from the OTF file alone? > > If I understand

Re: Cairo plans

2021-09-04 Thread Masamichi Hosoda
>> Most PDF readers have a mapping >> from Adobe-Japan1 CID to Unicode code points as follows. >> https://github.com/adobe-type-tools/mapping-resources-pdf/blob/master/pdf2unicode/Adobe-Japan1-UCS2 > > Is it impossible to discover this mapping from the OTF file alone? If I understand correctly,

Re: Cairo plans

2021-09-04 Thread Han-Wen Nienhuys
On Sat, Sep 4, 2021 at 1:14 PM Masamichi Hosoda wrote: > > > I analyzed more closely in the issue > > https://gitlab.com/lilypond/lilypond/-/issues/6172 > > > > Would you know how the mapping of character index => codepoint is > > supposed to work for this font with character 3056 (辻) ? > > Most

Re: Cairo plans

2021-09-04 Thread Masamichi Hosoda
> I analyzed more closely in the issue > https://gitlab.com/lilypond/lilypond/-/issues/6172 > > Would you know how the mapping of character index => codepoint is > supposed to work for this font with character 3056 (辻) ? Most PDF readers have a mapping from Adobe-Japan1 CID to Unicode code

Re: Cairo plans

2021-09-04 Thread Han-Wen Nienhuys
On Sat, Sep 4, 2021 at 9:12 AM Han-Wen Nienhuys wrote: > >find ~/.fonts -name "HaranoAjiMincho-*.otf" > > I cloned https://github.com/trueroad/HaranoAjiFontsCN > > I didn´t reallize you had many repos named HaranoAjiFontsSomething. I > installed the right ones, and can reproduce the problem. > >

Re: Cairo plans

2021-09-04 Thread Han-Wen Nienhuys
On Sat, Sep 4, 2021 at 1:41 AM Masamichi Hosoda wrote: > > > I installed your Harano fonts in ~/.fonts. Fontconfig sees them, but I > > still get DroidSans when I compile the snippet. How do I reproduce the > > problem? > > Would you show me the results of the follwing commands? > > ``` > find