From owner-freebsd-java@freebsd.org Tue Jul 5 14:02:42 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6905B72E62 for ; Tue, 5 Jul 2016 14:02:42 +0000 (UTC) (envelope-from bdysonsmith@gmail.com) Received: from mail-vk0-x22a.google.com (mail-vk0-x22a.google.com [IPv6:2607:f8b0:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A27441A4F for ; Tue, 5 Jul 2016 14:02:42 +0000 (UTC) (envelope-from bdysonsmith@gmail.com) Received: by mail-vk0-x22a.google.com with SMTP id c2so265683873vkg.1 for ; Tue, 05 Jul 2016 07:02:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=qy2gHebtO84u6SA6Wnq8ex3m8bi48+eiCaSO4vTc6Bs=; b=uu/Zi3UtcqAHRL6kp+zgZ8abS2x4HNCRBfR5qWFDvtzTaqaFmuOQRLHJXkIgtUtCLc a+TGGrk9LXVgXM6Q4s6QzLwvr2QkVwkZ+z6qlO2bD6CFrO53zf2aCAdyTqnU1i4zR6di nak8AuXmRItL0g4CZQc2tIKqP8yWmSaV4z573R4xsSoqCo7G0XUaj11p2W114H1q0W73 w7GM+k6NtF94/arPtZITE0c4Vj7j9AYnsfmn4fRgMC4/MPkYvrUDDvNf1a49SnHJxKCR 7TUnh3OcIyT3IlIcbqcoN78XRrs70zFlw71x7perUfxgMTNfx2dYL0eWG4pjICEhG+UN NooQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qy2gHebtO84u6SA6Wnq8ex3m8bi48+eiCaSO4vTc6Bs=; b=fp1s/Bldsv3GRAPmbwkbHrIq8KoaHXh6oTuco/nelIVNTJBSUIZl5W+fzWqTpybb+M 8yTohi+ZB/0MhSGEkRuAg3Fsh9CaZlqo8ZrwvTLHY02YkO/1PccPD00w4qlwQJJI51H2 3PeZL2JWj0uZFmTiNuTVbi3bE3/sj/k9shaID2V/RG/ecPxJxnrnJKelk95c0E2hmNtO QY5Bk8qqiH6+Q0C59VOQRKImlUjMtOpgn+jmLZx9IkBIWZDJCcJQwxhaOXmDxRAvk1+O S9BEB5lOROpyoVhXunJKDxls8+uMP/d8e/EcpA+T6rFR71tPKk9PClgh+qD1RpZAgBwN BooA== X-Gm-Message-State: ALyK8tKDzthuAQnPTtYmzIR2RAjx710Vuaj2lpsFdPzS1tiy3xU+yT5Enl8/fQ8tcn2JF1oAD2fS0xIW+MMx1w== X-Received: by 10.31.228.133 with SMTP id b127mr7406897vkh.90.1467727361316; Tue, 05 Jul 2016 07:02:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.65.12 with HTTP; Tue, 5 Jul 2016 07:02:40 -0700 (PDT) From: Bridger Dyson-Smith Date: Tue, 5 Jul 2016 10:02:40 -0400 Message-ID: Subject: Enabling font anti-aliasing for GUI applications To: freebsd-java@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2016 14:02:43 -0000 Hi all, I'm having a hard time finding an answer to this - I'm unable to answer it myself - I'd like to set/enable anti-aliased/smoothed fonts for all of the java GUI applications that I use. I use several different applications where I'm adding the following -Dawt.useSystemAAFontSettings=on e.g. java -Dawt.useSystemAAFontSettings=on to the shell script that invokes the application. I have to add this to the invoking shell script after every application version change. I see /usr/local/etc/javavm_opts.conf, but I don't think I'm applying the syntax correctly. JAVAVM_OPTS_java=-Dawt.useSystemAAFontSettings=on doesn't seem to be applied to any particular application. Thanks in advance. Best, Bridger