<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Oh! No, this not my idea... I only want to see what my disabledFonts FcStrSet contains from a management program... I could add an API like 'FcConfigGetDisabledFonts', this is my idea for know...<BR>
<BR>
But thanks man!<BR>
<BR>
Em Sex, 2004-01-02 &#224;s 15:09, Keith Packard escreveu:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>Around 12 o'clock on Jan 2, Adriano Del Vigna de Almeida wrote:

&gt; By the way, disabledFonts is a FcStrSet variable inside FcConfig
&gt; structure. What I'm doing wrong? I have never seen this error before...

The FcConfig datatype is not exposed to applications; it's entirely 
private to the fontconfig implementation.  If you want to add 
'disabledFonts' to the implementation, you'll need to expose some kind of 
API that uses this datatype, preferably, the FcMatch, FcSort and FcList functions 
would automatically use it to elide 'disabled' fonts from their results so 
that applications wouldn't have to know about it.

-keith


</I></FONT></PRE>
</BLOCKQUOTE>
</BODY>
</HTML>