|
Re: photon font issues porting from QNX 4 to QNX 6
|
02/22/2013 4:29 AM
post99450
|
Re: photon font issues porting from QNX 4 to QNX 6
I did some reverse engineering.
Theres are differences between old photon fonts and new photon fonts in the header.
The data the bitmaped fonts seems to stay the same.
Exchanging the pure data of e.g. a 8x16 point sized font (pcs16.phf) doesn't work while preserving the offset to the
data (0x3f) and the file size. "mkfontdir" doesn't accept it. I guess, there's some checksum or CRC in the header.
The header of the old font is fixed sized.
The header of the new fonts is dynamical sized because of the font name. So there are small different sizes between
similar font files e.g. between pcs16.phf and pcss16.phf .
|
|
|