|
Lines 2453-2458
Link Here
|
| 2453 |
if (glyph && |
2453 |
if (glyph && |
| 2454 |
FcFreeTypeCheckGlyph (face, ucs4, glyph, blanks, &advance)) |
2454 |
FcFreeTypeCheckGlyph (face, ucs4, glyph, blanks, &advance)) |
| 2455 |
{ |
2455 |
{ |
|
|
2456 |
printf("mike1: ucs4=%x glyph=%x advance=%ld\n",ucs4,glyph,advance); |
| 2456 |
if (!has_advance) |
2457 |
if (!has_advance) |
| 2457 |
{ |
2458 |
{ |
| 2458 |
has_advance = FcTrue; |
2459 |
has_advance = FcTrue; |
|
Lines 2511-2516
Link Here
|
| 2511 |
if (glyph && FcFreeTypeCheckGlyph (face, ucs4, |
2512 |
if (glyph && FcFreeTypeCheckGlyph (face, ucs4, |
| 2512 |
glyph, blanks, &advance)) |
2513 |
glyph, blanks, &advance)) |
| 2513 |
{ |
2514 |
{ |
|
|
2515 |
printf("mike2: ucs4=%x glyph=%x advance=%ld\n",ucs4,glyph,advance); |
| 2514 |
if (!has_advance) |
2516 |
if (!has_advance) |
| 2515 |
{ |
2517 |
{ |
| 2516 |
has_advance = FcTrue; |
2518 |
has_advance = FcTrue; |