Re: FontDebug: A new GUI app for freetype

2021-10-25 Thread Alexei Podtelezhnikov
On Mon, Oct 25, 2021 at 3:51 PM Serdar Sanli wrote: > > Hi freetype developers, > > I've recently built an application for exploring/debugging freetype, sharing > it here as there might be people interested. > Project link: https://github.com/mserdarsanli/FontDebug > > Regards, > Serdar The

Re: Glyph bitmap is 3x too big?

2021-10-25 Thread Lawrence D'Oliveiro
On Mon, 25 Oct 2021 22:52:54 +0200, Andy wrote: > I do example from madig's tutorial. > Both metod, first FT_Get_Char_Index/FT_Load_Glyph/FT_Render_Glyph > second: FT_Load_Char > next I FT_Bitmap draw on wxWidgets image and next wxWidgets DC/ > GIve me bitmap for wisth 3 letters instead one and

Re: [External] Aw: Re: Re: Re: Re: Native TTF name sometimes contains crap

2021-10-25 Thread Lawrence D'Oliveiro
On Mon, 25 Oct 2021 07:32:07 +, Boppe, Balakrishna (D COE) wrote: > We want to create fonts using pixelsize of the order of 14, which > would eventually be displayed on DPI 114 display device. If you want a font hand-tuned to look good at just one size, make it a bitmap font.

Glyph bitmap is 3x too big?

2021-10-25 Thread Andy
I do example from madig's tutorial. Both metod, first FT_Get_Char_Index/FT_Load_Glyph/FT_Render_Glyph second: FT_Load_Char next I FT_Bitmap draw on wxWidgets image and next wxWidgets DC/ GIve me bitmap for wisth 3 letters instead one and below thrashed letters, like https://i.imgur.com/eJQwx9c.png

FontDebug: A new GUI app for freetype

2021-10-25 Thread Serdar Sanli
Hi freetype developers, I've recently built an application for exploring/debugging freetype, sharing it here as there might be people interested. Project link: https://github.com/mserdarsanli/FontDebug Regards, Serdar

Re: [External] Aw: Re: Re: Re: Re: Native TTF name sometimes contains crap

2021-10-25 Thread suzuki toshiya
+1 Also I hope if Balakrishna-san changes the subject to the current issue. I think current issue is unrelated with the crap in the TTF names. Regards, mpsuzuki On 2021/10/25 16:44, Werner LEMBERG wrote: We want to create fonts using pixelsize of the order of 14, which would eventually be

Re: [External] Aw: Re: Re: Re: Re: Native TTF name sometimes contains crap

2021-10-25 Thread Werner LEMBERG
> We want to create fonts using pixelsize of the order of 14, which > would eventually be displayed on DPI 114 display device. However, > the fonts are not looking smoother at this pixel size. > > Any special settings that we need enable make the fonts smoother? > Like sub-pixel rendering

RE: [External] Aw: Re: Re: Re: Re: Native TTF name sometimes contains crap

2021-10-25 Thread Boppe, Balakrishna (D COE)
Hi, We want to create fonts using pixelsize of the order of 14, which would eventually be displayed on DPI 114 display device. However, the fonts are not looking smoother at this pixel size. Any special settings that we need enable make the fonts smoother ? Like sub-pixel rendering enable OR

RE: [External] Aw: Re: Re: Re: Re: Native TTF name sometimes contains crap

2021-10-25 Thread Boppe, Balakrishna (D COE)
Input is a TTF file -Original Message- From: Boppe, Balakrishna (D COE) Sent: Monday, October 25, 2021 1:02 PM To: Werner LEMBERG ; freetype@nongnu.org Subject: RE: [External] Aw: Re: Re: Re: Re: Native TTF name sometimes contains crap Hi, We want to create fonts using pixelsize of