Re: Freetype API for current hint info in variable fonts
Werner LEMBERG <[email protected]> Thu, 23 May 2024 16:38:11 +0000 (UTC)
| Newsgroups | gmane.comp.fonts.freetype.user |
|---|---|
| Message-ID | <[email protected]> |
> I was able to get the current outline information of a selected
> character from an OpenType variable font (CFF2) with the help of
> Freetype.
OK.
> I would also like to get the current hinting information for a
> character which of course depends on the current coordinates in
> design space. Is there an API to retrieve this information ?
No, there isn't. I think, however, that this is an XY problem. What
do you actually want to achieve?
Werner