<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Not sure if you are sending and old patch again or you are a new person doing<br>
the same mistake, but we have discussed this a few times, starting a new word<br>
when the font changes is wrong.<br>
<br>
As an example of why it is wrong your patch changes the output of pdftotext in<br>
<a href="http://wooster.hut.fi/kurssit/s88211/s88211MatlabProject.pdf" target="_blank">http://wooster.hut.fi/kurssit/s88211/s88211MatlabProject.pdf</a><br>
from<br>
uses a channel model described in [4]<br>
to<br>
uses a channel model described in [4 ]<br>
</blockquote></div>I am a new person.<br>If only the space after &quot;[4&quot; is a problem, I can fix it using the variable spaceAfter (TextOutputDev.cc).<br><br>Another possibility is to store a GfxFont* array in TextWord, so that every letter has its own font.<br>
I tested this and it works fine, but the rest of poppler still acts as if one word had only one font. A word would have<br>a &quot;main font&quot; and letters with individual fonts. It is not a very clean solution, but probably better<br>
than starting new words.<br>