Hi,
I just committed a change, r1935 [1], which tries to address an issue
with some characters not being found by
PdfFontMetricsBase14::GetGlyphIdUnicode(). This had been discovered
with a PdfEncodingDifference and I chose this lame change only because
there's a real mess when pdf_uint16be really holds big-endian value and
not little-endian value, especially when it comes to the difference
encoding [2]. I tried to disable byte swap in
PdfFontMetricsBase14::GetWidthArray(), but it broke things for non-
differenced characters. I wasn't able to find any better approach than
this lame, I'm sorry for that. Maybe someone can come with something
better.
        Bye,
        zyx

[1] http://sourceforge.net/p/podofo/code/1935
[2] that's one of the reasons why the
    EncodingTest::testDifferencesEncoding test is failing, from my
    point of view


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to