|
Lines 260-266
Link Here
|
| 260 |
fnt->units_per_em = properties.header->Units_Per_EM; |
260 |
fnt->units_per_em = properties.header->Units_Per_EM; |
| 261 |
fnt->fixedpitch = properties.postscript->isFixedPitch; |
261 |
fnt->fixedpitch = properties.postscript->isFixedPitch; |
| 262 |
fnt->italicangle = properties.postscript->italicAngle / 65536.0; |
262 |
fnt->italicangle = properties.postscript->italicAngle / 65536.0; |
| 263 |
fnt->xheight = properties.os2->sxHeight * 1000 / fnt->units_per_em; |
263 |
/*fnt->xheight = properties.os2->sxHeight * 1000 / fnt->units_per_em;*/ |
| 264 |
|
264 |
|
| 265 |
if (fnt->PSnames != Only) |
265 |
if (fnt->PSnames != Only) |
| 266 |
{ |
266 |
{ |