From owner-freebsd-x11@FreeBSD.ORG Tue Mar 19 16:00:29 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9F23DB08; Tue, 19 Mar 2013 16:00:29 +0000 (UTC) (envelope-from ukaszg@gmail.com) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) by mx1.freebsd.org (Postfix) with ESMTP id 5813117A; Tue, 19 Mar 2013 16:00:29 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id a22so296625qcs.40 for ; Tue, 19 Mar 2013 09:00:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=1B0rsMKUwizqJ1ZUuGbjXvLHYQygnKfVgbgl5Ky/Ytw=; b=XY+Yioz/InkAsdUdWty/xwlYLq5H0NN0mmE+hAVpwacIXG3i9v5X5Sl/INt+ysWODn Z/UtCrx4Us1CIVby8TYCw8h3+F8Hl0xlGz/2BQn/NT5n44ETrjjiTGAplqCgbW3Wf8jS 5OX+qB517c7sMaVqARxXa7C1RJMZIxr0aOInrVpjMhIKvx+h+yM2kRScN3OjojVacWNI qrHP4mmuNieOTABAIKxja7EeZ3zhpYtE5GtN4WytDTFX8RVJJJM1VG4iTnhj8+uZQ4Pw tr5kzBG6TuBnR92bX/Grpm6bNRAlpN+aV0YjXXEGo2y9ScPi0Uv06jFsImSdvsgppf5L 3J4A== MIME-Version: 1.0 X-Received: by 10.224.178.148 with SMTP id bm20mr2734211qab.30.1363708499630; Tue, 19 Mar 2013 08:54:59 -0700 (PDT) Received: by 10.49.127.38 with HTTP; Tue, 19 Mar 2013 08:54:59 -0700 (PDT) In-Reply-To: <20130319154603.GA5474@tinyCurrent> References: <20130319154603.GA5474@tinyCurrent> Date: Tue, 19 Mar 2013 16:54:59 +0100 Message-ID: Subject: Re: adding a TrueType font From: uki To: Matthias Apitz Content-Type: text/plain; charset=UTF-8 Cc: freebsd-x11@freebsd.org, freebsd-questions@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 16:00:29 -0000 2013/3/19 Matthias Apitz : > I have a need for a very special font (which is used for the chars how > they are teached to my son in school in first grade). For such unusual fonts, or fonts that are not in package of some kind I pu them into ~/.fonts and have the following in my .xinitrc (don't know how that applies to gnome or kde): xset +fp $HOME/.fonts xset fp rehash You might have to run mkfontdir if your ~/.fonts is not 'a font dir' yet.