<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jun 9, 2015 at 6:42 AM, Behdad Esfahbod <span dir="ltr"><<a href="mailto:behdad.esfahbod@gmail.com" target="_blank">behdad.esfahbod@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">What was the motivation for this exactly?<br></blockquote><div><br></div><div>I thought that mentioned in the log though, the main purpose is to strip off the unnecessary information on debugging. plus, at this moment one needs to move forward/back on logs to see how the font was picked up against the request and vice versa. so wanted another output format to see both at once. </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">>     FC_DBG_MATCH_FILTER=family FC_DEBUG=4096 fc-match<br>
<br>
can this be made simpler perhaps?  Is the FC_DEBUG necessary?  Rename<br>
FC_DBG_... to something more intuitive?  At least change the DBG to DEBUG...<br></blockquote><div><br></div><div>it could be without FC_DEBUG though, always checking env var may costs. or it could simply replace FcPatternPrint() with it when env var is set perhaps.</div><div>For naming, thought it may be too long. that's it. if there are any suggestions, let me know.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Also, seems to crash with size:<br>
<br>
FC_DBG_MATCH_FILTER=size FC_DEBUG=4096 fc-match<br>
<br>
I forced rebuild my cache, so not sure what's going on.  Might still be my<br>
local issue.<br></blockquote><div><br></div><div>reproduced here. fixed. thanks!</div><div> </div><div>On Tue, Jun 9, 2015 at 6:44 AM, Behdad Esfahbod <span dir="ltr"><<a href="mailto:behdad.esfahbod@gmail.com" target="_blank">behdad.esfahbod@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Also, I don't see any docs for FcPatternPrint2 and FcPatternPosition.  What do<br>they do exactly, and why do they need to be public?<br><div class=""></div></blockquote></div><div><br></div><div>For FcPatternPrint2(), just followed to FcPatternPrint(). if it's not that useful for others, will change it as private then. FcPatternPosition() was my mistake. updated.</div><div><br></div><div>--</div><div>Akira TAGOH</div></div>
</div></div>