Date: 21 Aug 2018 14:30:47 +0800 From: "Betty Hong" <iec04@eiboard.top> To: "Freebsd-questions" <freebsd-questions@freebsd.org> Subject: Customized Smart Whiteboard Message-ID: <20180821143047373.iec04@eiboard.top>
next in thread | raw e-mail | index | archive | help
Hi Freebsd-questions,=0D=0AThis is Senda Industry. Our product li= nes mainly include high quality LCD displays, smart boards and in= teractive screens.=0D=0AWe have refreshed our online catalog at a= nd now it covers the latest new products, which are now available= from stock. We believe that you will find some attractive additi= ons to our product line which includes high quality LCD displays,= smart boards and interactive screens.=0D=0AWe would be very happ= y to send samples to you foreclose inspection. We will keep you i= nformed on our progress and look forward to hearing from you. ---= ---------------------------------------------Best regards, Betty = HongChongqing Senda Industry (Group) Imp. & Exp. Co., Ltd. Ad= dress: Factory No. 3, Jinglong Industrial Park, Hangu Town, Jiulo= ng District, Chongqing, ChinaSkpe: iec03_1Office: 0086 23 8867 05= 19Whatsapp:+86 18008304203Contact of General Manager,Mr.Alan TanS= KYPE: sendaindustryCellphone: +86 18008300007 From owner-freebsd-questions@freebsd.org Tue Aug 21 07:52:50 2018 Return-Path: <owner-freebsd-questions@freebsd.org> Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C08F9108CA1D for <freebsd-questions@mailman.ysv.freebsd.org>; Tue, 21 Aug 2018 07:52:50 +0000 (UTC) (envelope-from Norman.Gray@glasgow.ac.uk) Received: from plockton.cent.gla.ac.uk (plockton.cent.gla.ac.uk [130.209.16.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6118577DEE for <freebsd-questions@freebsd.org>; Tue, 21 Aug 2018 07:52:50 +0000 (UTC) (envelope-from Norman.Gray@glasgow.ac.uk) Received: from cas08.campus.gla.ac.uk ([130.209.14.165]) by plockton.cent.gla.ac.uk with esmtp (Exim 4.72) (envelope-from <Norman.Gray@glasgow.ac.uk>) id 1fs1T6-00065t-LA; Tue, 21 Aug 2018 08:52:48 +0100 Received: from [192.168.1.50] (81.2.70.164) by cas08.campus.gla.ac.uk (130.209.14.165) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Tue, 21 Aug 2018 08:52:48 +0100 From: Norman Gray <norman.gray@glasgow.ac.uk> To: Antonio Olivares <olivares14031@gmail.com> CC: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: OT-Unicode character to metafont? Date: Tue, 21 Aug 2018 08:52:47 +0100 X-Mailer: MailMate (1.11.3r5509) Message-ID: <86303DA7-40D0-4D19-A179-3D5CFF785B21@glasgow.ac.uk> In-Reply-To: <CAJ5UdcPpmOP88oeUhxVo6tZY=mVLqFZXocc+EZORntbWe98kmg@mail.gmail.com> References: <CAJ5UdcPpmOP88oeUhxVo6tZY=mVLqFZXocc+EZORntbWe98kmg@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Originating-IP: [81.2.70.164] X-ClientProxiedBy: CAS08.campus.gla.ac.uk (130.209.14.165) To cas08.campus.gla.ac.uk (130.209.14.165) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 21 Aug 2018 07:52:50 -0000 Antonio, hello. On 21 Aug 2018, at 3:51, Antonio Olivares wrote: > It seems to me that > metafont would be the best option, but how to use the specs to > generate > it. Metafont is a system for designing fonts, rather than a font format. That is, like Postscript, it's a programming language. The output format of Metafont is (or rather, ends up as) PK files, and this is, if you like, TeX's 'native' font file format. This format _is_ documented, but the only documentation I'm aware of is within the source of gftopk (see <https://ctan.org/tex-archive/systems/knuth/dist/mfware>), and the format does not, let us say, have extensive tooling support. It's a fairly simple bitmap file format, but you'd be basically on your own if targeting it. If you have your desired character in a postscript font, then you can potentially do the labour of setting up the mappings required to make that accessible to non-PDF TeX. That's not well documented, because approximately no-one does this any more. Fonts were always a nightmare in original TeX. pdftex is better at managing postscript fonts, but it can still be a fuss, and you'd still have to work out how to get a postscript font with the character you want (which may not be trivial) Note that (if I'm understanding your goal correctly), you have a font problem here rather than a unicode problem. You have presumably found a font which contains the unicode character of interest, and your problem is how to use that font within a TeX document. Note also that if you're searching for information on PK files, postscript fonts, and original TeX, and if for example you stumble across advice in a 20-year old usenet post, don't dismiss it as antique: that may be the most current online information about the problem. The big deal with XeTeX and LuaTeX is that they support platform fonts, such as TTF, OTF, and so on (unicode input is one of the other important features of these programs, but quite separate). That means a lot of font problems just evaporate. If you need to do interesting font things, they are likely to be the right tools for the job. The best place to ask for advice is on <https://tex.stackexchange.com>. Good luck, Norman -- Norman Gray : http://www.astro.gla.ac.uk/users/norman/it/ SUPA School of Physics and Astronomy, University of Glasgow, UK Charity number SC004401
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180821143047373.iec04>