Re: [ft-devel] [Regression] Font doesn't open with Freetype CVS but works with Freetype 2.2.1

2007-05-26 Thread Albert Astals Cid
, but as i'm not involved in xpdf in any way it's not we I am CC'ing one of the KPDF's author Albert Astals Cid who extracted the problematic font for me. Maybe he might help us with whats the minimal api needed for a PDF viewer. Regards, ismail

[ft-devel] TrueType font that is not loaded by freetype

2008-05-15 Thread Albert Astals Cid
Hi, the attached font is not loaded by freetype but it is loaded by FontForge so it seems the font is either correct or not that broken to not be able to be read. I have not tried debugging the problem but if i'm given a pointer i could try it and see what i can do, but i can't promise

Re: [ft-devel] TrueType font that is not loaded by freetype

2008-05-16 Thread Albert Astals Cid
A Divendres 16 Maig 2008, vàreu escriure: Hi, the attached font is not loaded by freetype but it is loaded by FontForge so it seems the font is either correct or not that broken to not be able to be read. As others have mentioned already: This font is broken, and I won't do anything to

Re: [ft-devel] TrueType font that is not loaded by freetype

2008-05-17 Thread Albert Astals Cid
A Dissabte 17 Maig 2008, vàreu escriure: But i get bug reports about PDF that render correctly on Adobe and not on poppler based readers, and i can't fix them because it's not on my scope of fixing things. Then find one! I have written that *I* won't fix it because I don't have enough

Re: [ft-devel] Type 1 font that is not loaded by freetype

2008-06-01 Thread Albert Astals Cid
A Dijous 15 Maig 2008, vàreu escriure: Hi, the attached font is not loaded by freetype but it is loaded by FontForge so it seems the font is either correct or not that broken to not be able to be read. I've just fixed this in the CVS (reported by someone else), please test. I've updated

[ft-devel] Type 1C font that is not loaded by freetype

2008-06-10 Thread Albert Astals Cid
Hi, the attached font is not loaded by freetype. This font is present in a pdf found at https://bugs.freedesktop.org/show_bug.cgi?id=15008 Albert bug15008.font Description: Binary data ___ Freetype-devel mailing list Freetype-devel@nongnu.org

[ft-devel] Type 1C font that is not rendered correctly

2008-07-26 Thread Albert Astals Cid
I'm attaching the font, it's used by vodaphone mobile company in some countries. As example, if you open it with ftview you'll see the 4 has the inner hole filled, fontforge seems to render it correctly in it's preview window. Albert font0 Description: Binary data

Re: [ft-devel] FreeType font that can not be loaded

2008-08-04 Thread Albert Astals Cid
A Dilluns 04 Agost 2008, Werner LEMBERG va escriure: Continuing with my fonts that come in PDF and can not be opened series i'm attaching a TTF file that FreeType can not load. FontForge seems to get it right. The font is bad. The table header claims there are 9 tables when

[ft-devel] Regression Crash between freetype 2.3.5 and 2.3.7

2008-08-17 Thread Albert Astals Cid
The attached font crashes when trying to load it. I'm also attaching gdb backtrace. Albert #0 0x7f0fd26b3afe in cff_parse_real ( start=0x7f0fd87681b4 \177\006\036�ccc\177\f\t\036\021:3o\n\036\022\n\206�\v\036\020\nD_\036\022�\220\231\237\f\f\036\022\n\206�\036\022\212C\1

Re: [ft-devel] Regression Crash between freetype 2.3.5 and 2.3.7

2008-08-17 Thread Albert Astals Cid
A Diumenge 17 Agost 2008, Werner LEMBERG va escriure: Strange, any idea what could be the culprit? I have 2.3.5 working and 2.3.7 failing with Floating point exception Can it be gcc? optimization flags? Something else? `Floating point exception' probably indicates a compiler bug. Please

[ft-devel] Problem rendering the attached font

2009-03-30 Thread Albert Astals Cid
Hi, the glyph with index 26 'u' is not rendered correctly in ftview using current git master. Fontforge is able to render it. I've found the font inside a pdf. Albert CairoFont-1-0 Description: Binary data ___ Freetype-devel mailing list

Re: [ft-devel] Re: [tex-live] Fw: CMap Resources open source project

2009-11-15 Thread Albert Astals Cid
A Dijous, 24 de setembre de 2009, Ken Lunde va escriure: Karl, I discussed this with the Acrobat team today, and putting the Acrobat mapping files under the same open source license sees very favorable. If I can make it happen, it may take until the end of October for the open source

Re: [ft-devel] Bug in the font or bug in freetype?

2010-01-23 Thread Albert Astals Cid
A Dissabte, 23 de gener de 2010, mpsuz...@hiroshima-u.ac.jp va escriure: Hi, On Fri, 22 Jan 2010 23:31:12 + Albert Astals Cid aa...@kde.org wrote: Hi, i just got a PDF file with the attached font embedded, Adobe can render it correctly but freetype refuses to load the font. Can

[ft-devel] How to get the position of a glyph without rendering it

2010-10-19 Thread Albert Astals Cid
Hi, at the moment i am doing FT_Load_Glyph(face, ...) FT_Render_Glyph(slot, ...) int x = -slot-bitmap_left; int y = slot-bitmap_top; int w = slot-bitmap.width; int h = slot-bitmap.rows; I would like to get a rough idea of x, y, w, h before calling FT_Render_Glyph so that if certain conditions

Re: [ft-devel] How to get the position of a glyph without rendering it

2010-10-20 Thread Albert Astals Cid
A Dimecres, 20 d'octubre de 2010, vàreu escriure: Hi, On Wed, 20 Oct 2010 01:29:29 +0100 Albert Astals Cid aa...@kde.org wrote: That code works fine for most of the fonts i tried but now i have encountered a case in which round(-glyphMetrics-horiBearingX / 64.0); is -2

Re: [ft-devel] How to get the position of a glyph without rendering it

2010-12-04 Thread Albert Astals Cid
A Dimecres, 20 d'octubre de 2010, Albert Astals Cid va escriure: A Dimecres, 20 d'octubre de 2010, vàreu escriure: Hi, On Wed, 20 Oct 2010 01:29:29 +0100 Albert Astals Cid aa...@kde.org wrote: That code works fine for most of the fonts i tried but now i have encountered a case

[ft-devel] Font that freetype doesn't want to open

2015-09-16 Thread Albert Astals Cid
Hi, in poppler we have a bug about a pdf that includes this font that freetype (also fontforge if it matters) complains. Is it broken beyond recovery or could freetype be patched up to read it? The file also includes the Bold variant that freetype loads correctly, i can attach it if it helps.

Re: [ft-devel] Font that freetype doesn't want to open

2015-09-22 Thread Albert Astals Cid
El Dimarts, 22 de setembre de 2015, a les 08:28:16, suzuki toshiya va escriure: > Albert Astals Cid wrote:: > > El Dilluns, 21 de setembre de 2015, a les 13:32:18, suzuki toshiya va > > > > escriure: > >> However, I don't know how Adobe Reader handles a PDF >

Re: [ft-devel] Font that freetype doesn't want to open

2015-09-19 Thread Albert Astals Cid
El Dimecres, 16 de setembre de 2015, a les 23:19:31, Werner LEMBERG va escriure: > > Hi, in poppler we have a bug about a pdf that includes this font > > that freetype (also fontforge if it matters) complains. > > > > Is it broken beyond recovery or could freetype be patched up to read > > it? >

Re: [ft-devel] Font that freetype doesn't want to open

2015-09-21 Thread Albert Astals Cid
El Dilluns, 21 de setembre de 2015, a les 13:32:18, suzuki toshiya va escriure: > Dear Albert, > > As > http://www.microsoft.com/typography/otspec/otff.htm#otttables > says, hmtx is "required" table for self standing font. > > Also >

Re: [ft-devel] Font that freetype doesn't want to open

2015-09-19 Thread Albert Astals Cid
El Dissabte, 19 de setembre de 2015, a les 17:15:41, Werner LEMBERG va escriure: > > I guess this one has the missing tables? > > Yep. > > Note that the font from your previous mail is *really* broken! In > particular, it has invalid table entries in the SFNT table directory. > > tag

[ft-devel] Freetype fails to build

2018-08-31 Thread Albert Astals Cid
/src/freetype2/src/base/ftobjs.c:365:7: error: non-void function 'ft_glyphslot_preset_bitmap' should return a value [-Wreturn-type] return; Can anyone fix it? Cheers, Albert ___ Freetype-devel mailing list Freetype-devel@nongnu.org

Re: [ft-devel] Freetype fails to build

2018-08-31 Thread Albert Astals Cid
El divendres, 31 d’agost de 2018, a les 22:39:44 CEST, Albert Astals Cid va escriure: > /src/freetype2/src/base/ftobjs.c:365:7: error: non-void function > 'ft_glyphslot_preset_bitmap' should return a value [-Wreturn-type] > return; I guess it's my fault for compiling with -Werr

Re: [ft-devel] Can freetype be more tolerant with this font?

2019-01-01 Thread Albert Astals Cid
El dilluns, 31 de desembre de 2018, a les 14:44:10 CET, Alexei Podtelezhnikov va escriure: > > I obviously have no idea how important the check for FT_CURVE_TAG_CUBIC is, > > just that for this particular font removing it makes it work. > > Below is the dump of the m outline data. The contour 1

[ft-devel] Can freetype be more tolerant with this font?

2018-12-23 Thread Albert Astals Cid
Hi, if try to render this pdf file https://gitlab.freedesktop.org/poppler/poppler/uploads/0d2f71bf676d3136f8b4ffec534163c0/test.pdf with poppler you'll see it's missing an m https://i.imgur.com/EX6PUym.png I can "fix" it with this patch diff --git a/src/base/ftoutln.c

Re: [ft-devel] Can freetype be more tolerant with this font?

2019-01-03 Thread Albert Astals Cid
El dijous, 3 de gener de 2019, a les 3:09:38 CET, Alexei Podtelezhnikov va escriure: > > > Adobe renders this "m". > > > > Thanks to all for checking. > > > > Alexei, can you take care of this? > > It appears that this got fixed between 2.9.1 and current head, which > parses and renders "m" just

Re: Build system considerations

2020-04-30 Thread Albert Astals Cid
El dijous, 30 d’abril de 2020, a les 19:35:19 CEST, Behdad Esfahbod va escriure: > Hi David, > > Thanks for bringing this up. I come from the GNOME camp. My understanding > is that meson is replacing autotools longterm, sidestepping attempts like > cmake, the same way that git replaced CVS,

Re: Build system considerations

2020-05-01 Thread Albert Astals Cid
El divendres, 1 de maig de 2020, a les 0:52:16 CEST, David Turner va escriure: > Le jeu. 30 avr. 2020 à 23:33, Albert Astals Cid a écrit : > > > El dijous, 30 d’abril de 2020, a les 19:35:19 CEST, Behdad Esfahbod va > > escriure: > > > Hi David, > > > > &

Re: [Discussion] Structure of GitLab project

2020-08-23 Thread Albert Astals Cid
El diumenge, 23 d’agost de 2020, a les 18:36:17 CEST, Anurag Thakur va escriure: > So, with the issue porting nearly done, I would like to start a discussion > about the structure/workflow of the gitlab project. > > So, Here are some of my suggestions/questions: > > 1. Rename the git project

Re: Migrate to github

2020-08-21 Thread Albert Astals Cid
El dimarts, 18 d’agost de 2020, a les 8:41:09 CEST, Werner LEMBERG va escriure: > > Hello Anurag, > > > thanks for your thoughts. > > > *#1: Migrate development over to github:* > > Host the git repo on GitHub, use the GitHub issues and PR tracker > > instead of GNU Savannah and e-mail > >