You can find out some idea on https://bugs.freedesktop.org/show_bug.cgi?id=17722 though, why do you want to do that in the config file? as it's described in the document of FcFontMatch() and FcFontSort(), FcConfigSubstitute() and FcDefaultSubstitute() is supposed to be called prior to use them. you don't need to do something in the config file, what those functions do. On Thu, Mar 22, 2012 at 11:14 PM, Jjgod Jiang <gzjjgod@xxxxxxxxx> wrote: > Hi, > > In FcDefaultSubstitute() we have: > > if (FcPatternObjectGet (pattern, FC_WEIGHT_OBJECT, 0, &v) == FcResultNoMatch ) > FcPatternObjectAddInteger (pattern, FC_WEIGHT_OBJECT, FC_WEIGHT_MEDIUM); > > How do we implement the same logic but in conf files? > > Let's say I want to assign the weight to FC_WEIGHT_REGULAR, if it's empty. > > I can do it programmtically, of course. Just want to know if there is a way > to do it in config files. > > - Jiang > _______________________________________________ > Fontconfig mailing list > Fontconfig@xxxxxxxxxxxxxxxxxxxxx > http://lists.freedesktop.org/mailman/listinfo/fontconfig -- Akira TAGOH _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig