X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:message-id:from:to:subject :content-type:date; q=dns; s=default; b=l7P7qphtMI9HUYi6SEMERKZ2 Vtm/JFt6OeDLODdJMhhVUPy7Ry0RFw0R+VZ3hv4fty2EB2cqr54V3WXYq9NfqzBP lSsLsC3Y8kyDQI/Na5iMn0Bw1kYiiPKUlqDsDL0zRK+u0ecrmpbjcOL1FiAx44E/ SnLZ3A7kMCCNtDPGFs4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:message-id:from:to:subject :content-type:date; s=default; bh=zUP+YqQ+I1Y+hKO6Z/Xfvm1EQfQ=; b= ixS5Nv+nXxeB4MPgjQ9bLEnRJwae/JUTuYa9Tt5/OES99ST+gx5opIL/S+OBmjde Izc4aZjOBtoFlbst+UgAOMrv3D9LSGL3irH38PyvwjtRFxaObL0OjJfcX4TvJSEh YkQpo6/T1uECpYI8W5aB2KDM6l9BF1tNp98oDVPXDq4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=6.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: mout.gmx.net MIME-Version: 1.0 Message-ID: From: "Axel Heinrici" To: cygwin AT cygwin DOT com Subject: Fonts Content-Type: text/plain; charset=UTF-8 Date: Fri, 8 May 2015 08:48:50 +0200 Sensitivity: Normal X-UI-Out-Filterresults: notjunk:1; X-IsSubscribed: yes Hello, .........1.........2.........3.........4.........5.........6.........7 I use gnuplot and some bash-skripts on a Cygwin x86_64-Installation to generate a number of plots. Filetype is png because plenty of colleagues will look into the plots. Usually gnuplot sends the message: <====================== fontconfig: Couldn't find font. when opening font "arial", using internal non-scalable font ======================> That could be a solution if I could force gnuplot always to do so. when exporting GDFONTPATH=/cygwin/x/Windows/Fonts I can use Arial Font without error. The Problem is that I do not understand which font is available or not. In c:\Windows\Fonts\ there is a scalable Font called "Terminal", but I get the error message: <====================== fontconfig: Couldn't find font. when opening font Terminal, trying default ======================> gnuplot then uses arial. If I run fc-list I get exactly one empty line. Since I use my skripts in productive environment I would like to have deterministic behaviour. What is chain of command between gnuplot, GD-Terminal, fontconfig and what is involved there. regards, Axel -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple