On ?ro 16. lipca 2003 14:51, Tomasz Grobelny wrote: > value.type=FcTypeString; > value.u.s=_family.ascii(); > FcPatternAdd(pat, FC_FAMILY, value, true); > This certainly could be done better: I've just discovered FcPatterAdd<Type> functions. But this shouldn't have inpact on this: > // and now result contains FcResultNoMatch - why? > Tomek