Kerning information related query.

2022-06-14 Thread Boppe, Balakrishna (D&G COE)
Hi , I would like to use the kerning information(offline) to perform the rendering of text(run time) My use case is as follows: - Retrieve the kerning information for a given true type font and store it in some file. [ offline ] - Use the kerning information to perform the text ren

Re: Kerning information related query.

2022-06-14 Thread Lawrence D'Oliveiro
On Tue, 14 Jun 2022 13:10:50 +, Boppe, Balakrishna (D&G COE) wrote: > I would like to use the kerning information(offline) to perform the > rendering of text(run time) HarfBuzz does all this for you, and more.

RE: [External] Re: Kerning information related query.

2022-06-14 Thread Boppe, Balakrishna (D&G COE)
Thankyou for your response. For some reason, the link provided below is not opening for me. Could you please send me the source file(s)? present in the Github which I can refer to understand the kerning usage ? My use case is: Using freetype API, get the kerning information and then use this