Re: test font with both SVG and COLR table

2022-01-26 Thread Adam Twardoch (Lists)
Apologies for a bit off-topic: BTW, given that some folks at Apple don’t seem to be great fans of COLRv1, while Google isn’t a great fan of SVG, chances are that we’ll see the phasing out of "sbix" and "CBDT", but both COLRv1 and SVG will stick around — also because SVG allows bitmaps. Check out:

Re: Get the original, native name of a TTF?

2021-09-01 Thread Adam Twardoch (Lists)
In OpenType, you could say that the U.S.English name is the "original" name while the Chinese name would be a localized name Use this: https://www.freetype.org/freetype2/docs/reference/ft2-sfnt_names.html with the PID 3 EID 1 and LID appropriate for Chinese, see

Re: Truetype scaled font issue

2021-08-28 Thread Adam Twardoch (Lists)
The first image looks like it's coming from either an embedded bitmap or from native TrueType hinting. The second looks like it's rasterized from the outline. Either way, it's not a matter of FreeType itself but of how it's used. FreeType CAN render native TrueType hinting and/or embedded bitmaps

Re: Odp: Re: The TrueType rendering accuracy nightmare (Re: Freetype-devel Digest, Vol 184, Issue 24)

2020-05-16 Thread Adam Twardoch (Lists)
On Sat, 16 May 2020 at 05:32, piotrunio-2...@wp.pl wrote: > It is very important to take research into TrueType rendering to properly simulate the Microsoft bilevel renderer because it would help render fonts correctly. That is excellent piece of advice. So it seems that you know what you need

Re: [ft-devel] An analysis of Librsvg

2019-05-21 Thread Adam Twardoch (Lists)
SVG Native Viewer of course offers another kind of link: The http://www.w3.org/TR/svg-native spec is authored by Adobe’s Sairus Patel and Apple’s Myles Maxfield. Before SVG was put into the OpenType spec, the SVG Glyphs spec was co-developed by Sairus https://www.w3.org/2013/10/SVG_in_OpenType/

Re: [ft-devel] An analysis of Librsvg

2019-05-20 Thread Adam Twardoch (Lists)
I've mentioned this discussion to the resvg dev, and he seems pretty interested: https://github.com/RazrFalcon/resvg/issues/135 I can imagine that in case of resvg, the dev could be willing to implement some profiles (such as OT-SVG and SVG Native) which, when used, could filter unwanted content

Re: [ft-devel] The criterion for comparing SVG Rendering libraries

2019-05-14 Thread Adam Twardoch (Lists)
For completeness, I’d like to add that the license should also be a criterion. I think librsvg is GPL+LGPL, resvg is MPL, and the Adobe SVG Native viewer is Apache 2. It’s worth realizing that SVG actually originated in the late 1990s with strong participation from Adobe, and the Adobe SVG Viewer

Re: [ft] FT layout

2018-10-14 Thread Adam Twardoch (Lists)
HarfBuzz is the modern replacement for FTLayout. It integrates with external libraries for Unicode preprocessing and then performs internationalized line layout for one font. If you need linebreaking and you need to mix fonts, you need to go one level higher. Overall, text layout works like this:

Re: [ft-devel] TTFAutohint Without TT Point Numbers

2016-04-11 Thread Adam Twardoch (Lists)
Things like "point #gre356hlue3752hlye" or "point that is located at x=36.87% y=78.56% of the glyph bbox" On Di., 12. Apr. 2016 at 07:41, Werner LEMBERG wrote: > > > I've had situations where I relied on glyph names but I had those > > where I relied on glyph ids (numbers) and it

Re: [ft-devel] ft2demos with X11 on OS X (XQuartz) (Re: Freetype-devel Digest, Vol 134, Issue 22)

2016-03-26 Thread Adam Twardoch (Lists)
ou trying to access those versions of libraries under /opt/X11, and >> not other >> compatible ones under /usr/local/lib, AFAIK. >> >> >> On Sat, 26/3/16, freetype-devel-requ...@nongnu.org < >> freetype-devel-requ...@nongnu.org> wrote: >> >> Date:

Re: [ft-devel] ft2demos with X11 on OS X (XQuartz)

2016-03-26 Thread Adam Twardoch (Lists)
ifference in environment variables > between the shell in xterm and that in Terminal.app? > > Adam Twardoch (Lists) wrote: > >> Well, I guess the problem may be on a different level. When I launch >> `ftmulti` from the XQuartz-provided terminal (xterm), then it launches >

Re: [ft-devel] ft2demos with X11 on OS X (XQuartz)

2016-03-26 Thread Adam Twardoch (Lists)
Nikolaus, I tried both On Sat, Mar 26, 2016 at 4:20 PM, Nikolaus Waxweiler wrote: > Out of curiosity, are you starting the tools from the build directory or > after you `make install`? > > ___ > Freetype-devel mailing list >

Re: [ft-devel] ft2demos with X11 on OS X (XQuartz) (Re: Freetype-devel Digest, Vol 134, Issue 22)

2016-03-26 Thread Adam Twardoch (Lists)
g < > freetype-devel-requ...@nongnu.org> wrote: > > Date: Sat, 26 Mar 2016 08:29:07 +0100 > From: "Adam Twardoch (Lists)" <list.a...@twardoch.com> > To: "freetype-devel@nongnu.org" > <freetype-devel@nongnu.org> > Subject: [ft-devel]

Re: [ft-devel] ft2demos with X11 on OS X (XQuartz)

2016-03-26 Thread Adam Twardoch (Lists)
e? > I will try to find some access to the recent Mac OS X... > > Regards, > mpsuzuki > > Adam Twardoch (Lists) wrote: > > I once somehow had managed to build a version of ft2demos tools which > worked with the OS X X11 (XQuartz) server. > > > > But now, with

[ft-devel] ft2demos with X11 on OS X (XQuartz)

2016-03-26 Thread Adam Twardoch (Lists)
I once somehow had managed to build a version of ft2demos tools which worked with the OS X X11 (XQuartz) server. But now, with the standard "autogen.sh then make" of current git FreeType plus the "make" of current git ft2demos, the tools build but when trying to use them, I get: ftmulti 72

[ft] [offtopic] ttfautohint at TYPO Labs Berlin, 10-11 May 2016

2016-03-19 Thread Adam Twardoch (Lists)
This year, the annual highlight of European graphic design conferences, TYPO Berlin, gets a very special prelude for type designers and font makers: TYPO Labs. If you’d like to know more about complex scripts, parametric fonts, hinting, accelerated kerning, and OpenType font engineering — on