![]() |
| | #1 |
| Registered User Join Date: Sep 2009
Posts: 1
| Error loading afm character with pslib PSLib: Font outline could not be loaded for '/usr/share/texmf-texlive/fonts/afm/adobe/helvetic/phvb8a'. PSLib: The font encoding vector does not contain the glyph 'onehalf'. Using '?' instead. Segmentation fault The line referred to the error is Code: fraktur = PS_findfont(psdoc,"/usr/share/texmf-texlive/fonts/afm/adobe/helvetic/phvb8a", "",1); antiqua = PS_findfont(psdoc, "/usr/share/texmf-texlive/fonts/afm/adobe/helvetic/phvb8a", "" , 0); The function don't find the encoding file and I don't now where is the enc file associate to that character However i have no problem on the execution of programs that creates only graphics Thanks all for the answers |
| TheLegend is offline | |
| | #3 |
| and the Hat of Guessing Join Date: Nov 2007
Posts: 8,740
| If the question is "where are my .enc files" then it's generally stuff/fonts/enc/dvips (and maybe base under that). |
| tabstop is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Character literals incorrectly interpreted | DL1 | C Programming | 11 | 04-05-2009 05:35 PM |
| <string> to LPCSTR? Also, character encoding: UNICODE vs ? | Kurisu33 | C++ Programming | 7 | 10-09-2006 12:48 AM |
| Character handling help | vandalay | C Programming | 18 | 03-29-2004 05:32 PM |
| character occurrence program not working | Nutshell | C Programming | 6 | 01-21-2002 10:31 PM |
| How do i check if a character is the same as another character ? | Nutshell | C Programming | 12 | 01-12-2002 09:57 AM |