oops. Left the psfontinfo.weight matching code commented out while testing
other stuff...
This commit is contained in:
parent
ecb7c180d0
commit
f777f1b35d
|
@ -792,7 +792,6 @@ FcFreeTypeQuery (const FcChar8 *file,
|
||||||
|
|
||||||
if (FT_Get_PS_Font_Info(face, &psfontinfo) == 0)
|
if (FT_Get_PS_Font_Info(face, &psfontinfo) == 0)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
if (weight == -1 && psfontinfo.weight)
|
if (weight == -1 && psfontinfo.weight)
|
||||||
{
|
{
|
||||||
weight = FcIsWeight (psfontinfo.weight);
|
weight = FcIsWeight (psfontinfo.weight);
|
||||||
|
@ -800,7 +799,6 @@ FcFreeTypeQuery (const FcChar8 *file,
|
||||||
printf ("\tType1 weight %s maps to %d\n",
|
printf ("\tType1 weight %s maps to %d\n",
|
||||||
psfontinfo.weight, weight);
|
psfontinfo.weight, weight);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue