Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 29627 invoked from network); 20 Jun 2007 12:53:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2007 12:53:15 -0000 Received: (qmail 28552 invoked by uid 500); 20 Jun 2007 12:53:16 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 28533 invoked by uid 500); 20 Jun 2007 12:53:16 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 28524 invoked by uid 99); 20 Jun 2007 12:53:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 05:53:16 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of matveev.dmitriy@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 05:53:12 -0700 Received: by py-out-1112.google.com with SMTP id a29so338253pyi for ; Wed, 20 Jun 2007 05:52:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=tgBfr4F+qsQx1BYPoVN+jmVJWVhkh/RXRnpt5V/EE/g6yEGCugbfdK1b65i49T1V/dwSPXpNTok+6cxTdaWFGPnq0YVNLj7oioqgUZubvzrzPKhHjwomqGmaNPzmx9MXZK9ogU7QpDqIHpkfrWHpFV1JiqF5+2GCH6ZNVLnPHqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=YNf1FN/agSiULdZJaHIxsJzFDt8zzmcgCgKV10N/Bmu/FF+GT+bQpSxO6I+2Z6EZ7TUe14qaAZL0Wb0dIaa+7JDuj/n1G9zUzy03v8cu7t/XTlvrdjfR0F5Z5o/PO4v2YaHzyrro6DjGjvt9qKBSDuz+xll4vps4TQcfVGPtHd8= Received: by 10.65.98.12 with SMTP id a12mr1479498qbm.1182343971073; Wed, 20 Jun 2007 05:52:51 -0700 (PDT) Received: by 10.65.126.10 with HTTP; Wed, 20 Jun 2007 05:52:51 -0700 (PDT) Message-ID: <17b088310706200552x342d256cqba65ac64a1d61d8@mail.gmail.com> Date: Wed, 20 Jun 2007 16:52:51 +0400 From: "Dmitriy Matveev" To: dev@harmony.apache.org Subject: Re: [contributions][awt] Font library In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_30903_11542097.1182343971029" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_30903_11542097.1182343971029 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline If we want to draw a text in headless mode with font library, we need a folder jre/lib/fonts, a set of base fonts in that folder and a .properties file for this fonts. This set of fonts should have a same garniture for all included fonts and dissimilar styles (Regular, Bold, Italic, Bold Italic). Now fontlib can not works without X-server because the information about location of the fonts is still a question. Fontlib has now the default font that used when we cann't take a needed font (Courier for now), but it also may be absent on any OS (WinXP for example). Thx, Dmitriy ------=_Part_30903_11542097.1182343971029--