Arial Postscript Font

Table of contents

For other information, see the Ghostscriptoverview.

About Ghostscript fonts

PostScript fonts are font files encoded in outline font specifications developed by Adobe Systems for professional digital typesetting. This system uses PostScript file format to encode font information. 'PostScript fonts' may also separately be used to refer to a basic set of fonts included as standards in the PostScript system, such as Times, Helvetica and Avant Garde.

Ghostscript is distributed with two kinds of files related to fonts:

  • the fonts themselves in individual files, and
  • a file 'Fontmap' that defines forGhostscript which file represents which font.
Bold

Additionally, the file cidfmap can be usedto create substitutes for CIDFonts referenced by name in Postscript and PDF jobs.See the section on CID Font Substitutionfor details. NOTE: care must be exercised since poor or incorrect output may resultfrom inappropriate CIDFont substitution. We therefore strongly recommendembedding CIDFonts in your Postscript and PDF files if at all possible.

The 'base 35' fonts required for Postscript (and 'base 14' required for PDF)are Postscript Type 1 font files.

When Ghostscript needs a font, it must have some way to know where to lookfor it: that's the purpose of the Fontmap file, whichassociates the names of fonts such as /Times-Romanwith the names of font files, such asn021003l.pfb. Fontmap can also createaliases for font names, so that for instance,/NimbusNo9L-Regu means the same font as/Times-Roman.

Where a mapping in Fontmap maps a font name to a path/file,the directory containing the font file is automatically added to the permitfile read list. For example:
/Arial (/usr/share/fonts/truetype/msttcorefonts/arial.ttf) ;
will result in the path /usr/share/fonts/truetype/msttcorefonts/ beingadded to the permit file read list. This is done on the basis that font filesare often grouped in common directories, and rather than risk the file permissions listsbeing swamped with (potentially) hundreds of individual files, it makes sense to add thedirectories.

NOTE: Fontmap is processed (and the paths added to the file permissions list) duringinitialisation of the Postscript interpreter, so any attempt by a Postscript job to change thefont map cannot influence the file permissions list.

Ghostscript's free fonts

  • 35 commercial-quality Type 1 basic PostScript fonts -- Times,Helvetica, Courier, Symbol, etc. -- contributed by URW++ Design andDevelopment Incorporated, of Hamburg, Germany(http://www.urwpp.de/). Fontmap namesthem all.

How Ghostscript gets fonts when it runs

Fonts occupy about 50KB each, so Ghostscript doesn't load them allautomatically when it runs. Instead, as part of normal initializationGhostscript runs a file gs_fonts.ps, which arranges to loadfonts on demand using information from the font map. To preload all of theknown fonts, invoke the procedure

loadallfonts

The file lib/prfont.ps contains code to print a sample page ofa font. Load this program by including it in the gscommand line or by invoking

(prfont.ps) run

Then to produce a sampler of a particular font XYZ, invoke

/XYZ DoFont

For example,

/Times-Roman DoFont

For more information about how Ghostscript loads fonts during execution,see here.

Adding your own fonts

Ghostscript can use any Type 0, 1, 3, 4, or 42 font acceptable toother PostScript language interpreters or to ATM, including MultiMasterfonts. Ghostscript can also use TrueType font files.

To add fonts of your own, you must edit Fontmap to include at the end anentry for your new font; the format for entries is documentedin Fontmap itself. Since later entries in Fontmap override earlierentries, a font you add at the end supersedes any corresponding fonts suppliedwith Ghostscript and defined earlier in the file. To ensure correct output,it is vital that entries for the 'base 35' fonts remain intactin the Fontmap file.

In the PC world, Type 1 fonts are customarily given names ending in.PFA or .PFB. Ghostscript can use thesedirectly: you just need to make the entry in Fontmap. If you want to usewith Ghostscript a commercial Type 1 font (such as fonts obtained inconjunction with Adobe Type Manager), please read carefully the license thataccompanies the font to satisfy yourself that you may do so legally; we takeno responsibility for any possible violations of such licenses. The sameapplies to TrueType fonts.

Converting BDF fonts (- deprecated!)

Ghostscript provides a way to construct a (low-quality) Type 1 font from abitmap font in the BDF format popular in the Unix world. The shell scriptbdftops (Unix) or the command filebdftops.bat (DOS) converts a BDF file to ascalable outline using bdftops.ps . Run theshell command

bdftops BDF_filename [AFM_file1_name ..] gsf_filename fontname
UniqueID [XUID] [encodingname]

The arguments have these meanings:

BDF_filenameInput bitmap file in BDF format
AFM_file1_nameAFM files giving metrics(Optional)
gsf_filenameOutput file
fontnameName of the font
UniqueIDUniqueID (as described below)
XUIDXUID, in the form n1.n2.n3.. (as described below)(Optional)
encodingname'StandardEncoding' (the default), 'ISOLatin1Encoding',
'SymbolEncoding', 'DingbatsEncoding'
(Optional)

For instance

bdftops pzdr.bdf ZapfDingbats.afm pzdr.gsf ZapfDingbats 4100000 1000000.1.41

Then make an entry in Fontmap for the .gsffile (pzdr.gsf in the example) asdescribed above.

For developers only

The rest of this document is very unlikely to be of value to ordinaryusers.

Contents of fonts

As noted above, Ghostscript accepts fonts in the same formats as PostScriptinterpreters. Type 0, 1, and 3 fonts are documented in the PostScriptLanguage Reference Manual (Second Edition); detailed documentation for Type1 fonts appears in a separate Adobe book. Type 2 (compressed format) fontsare documented in separate Adobe publications. Type 4 fonts are notdocumented anywhere; they are essentially Type 1 fonts with a BuildChar orBuildGlyph procedure. Types 9, 10, and 11 (CIDFontType 0, 1, and 2) andType 32 (downloaded bitmap) fonts are documented in Adobe supplements.Type 42 (encapsulated TrueType) fonts are documented in an Adobesupplement; the TrueType format is documented in publications availablefrom Apple and Microsoft. Ghostscript does not support Type 14 (Chameleon)fonts, which use a proprietary Adobe format.

Font names and unique IDs

If you create your own fonts and will use them only within your ownorganization, you should use UniqueID values between4000000 and 4999999.

If you plan to distribute fonts, ask Adobe to assign you some UniqueIDs andalso an XUID for your organization. Contact

Unique ID Coordinator
Adobe Developers Association
Adobe Systems, Inc.
345 Park Avenue
San Jose, CA 95110-2704
+1-408-536-9000 telephone (ADA)
+1-408-536-6883 fax
fontdev-person@adobe.com

The XUID is a Level 2 PostScript feature that serves the same function asthe UniqueID, but is not limited to a single 24-bit integer. Thebdftops program creates XUIDs of the form'[-X- 0 -U-]' where '-X-' is theorganization XUID and '-U-' is the UniqueID. (AladdinEnterprises' organization XUID, which appears in a few places in variousfont-related files distributed with Ghostscript, is 107; do not use this foryour own fonts that you distribute.)

Using Ghostscript fonts on X Windows displays

The 'Xfonts' feature is no longer supported.

So when Macklemore did beat Kendrick, white privilege was the only plausible explanation, and even Macklemore knew it. Macklemore was gracious in his acceptance speech, but then he went a step too. Macklemore’s a white rapper, in dialog with his fans and himself on this track. He acknowledges that he may be “gentrifying” hip-hop as a white rapper in a black art form, similar to Eminem in “White America”. Macklemore doesn’t necessarily come to a resolution in this song—rap is who he is, but his privilege is a factor is his success. Macklemore white privilege 2 lyrics.

Copyright © 2000-2020 Artifex Software, Inc. All rights reserved.

This software is provided AS-IS with no warranty, either express orimplied.This software is distributed under license and may not be copied, modifiedor distributed except as expressly authorized under the terms of thatlicense. Refer to licensing information at https://www.artifex.comor contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

Ghostscript version 9.52, 19 March 2020

Freshness
colour
post
  • Arial
    Style

    Regular

    Company

    Monotype Typography

    Author

    Monotype Type Drawing Office - Robin Nicholas, Patricia Saunders 1982

    Trademark

    Arial Trademark of The Monotype Corporation plc registered in the US Pat & TM Off. and elsewhere.

    Copyright

    Typeface The Monotype Corporation plc. Data The Monotype Corporation plc/Type Solutions Inc. 1990-1992. All Rights Reserved

    Description

    Contemporary sans serif design, Arial contains more humanist characteristics than many of its predecessors and as such is more in tune with the mood of the last decades of the twentieth century. The overall treatment of curves is softer and fuller than in most industrial style sans serif faces. Terminal strokes are cut on the diagonal which helps to give the face a less mechanical appearance. Arial is an extremely versatile family of typefaces which can be used with equal success for text setting in reports, presentations, magazines etc, and for display use in newspapers, advertising and promotions.

    License

    NOTIFICATION OF LICENSE AGREEMENTThis typeface is the property of Monotype Typography and its use by you is covered under the terms of a license agreement. You have obtained this typeface software either directly from Monotype or together with software distributed by one of Monotypes licensees.This software is a valuable asset of Monotype. Unless you have entered into a specific license agreement granting you additional rights, your use of this software is limited to your workstation for your own publishing use. You may not copy or distribute this software.If you have any question concerning your rights you should review the license agreement you received with the software or contact Monotype for a copy of the license agreement.Monotype can be contacted at:USA - (847) 718-0400UK - 01144 01737 765959http://www.monotype.com

    RegularMonotype Type Drawing Office - Robin Nicholas, Patricia Saunders 1982
  • NORMAL
    Style

    Regular

    Company

    Billy Argel

    Trademark

    NORMAL is a trademark of Billy Argel.

    Copyright

    BILLY ARGEL FONTS COMMERCIAL LICENSES AVAILABLE MORE INFO CONTACT BILLYARGEL@GMAIL.COM

    Description

    Copyright (c) 2011 by Billy Argel. All rights reserved.

    License

    BILLY ARGEL FONTS COMMERCIAL LICENSES AVAILABLE MORE INFO CONTACT BILLYARGEL@GMAIL.COM Copyright (c) 2011 by Billy Argel. All rights reserved. personal use only

    RegularBilly Argel
  • Arialous
    Style

    Regular

    Trademark

    Arial Trademark of The Monotype Corporation plc registered in the US Pat & TM Off. and elsewhere.

    RegularBilly Argel
  • TV Arial
    RegularBilly Argel
  • So Normal
    Style

    Regular

    Author

    Apostrophe

    Copyright

    2001-2002, Apostrophic Labs. All rights reserved. apostrophe@apostrophiclab.com

    Description

    ? 2001-2002, Apostrophic Labs. All rights reserved. apostrophe@apostrophiclab.com

    RegularApostrophe
  • KaiNormal
    Style

    Regular

    Author

    Santos Bregaa & Mikel Enparantza. Published by GarageFonts USA - -

    Copyright

    Copyright (c) 1999 Santos Bregaa & Mikel Enparantza. Published by GarageFonts USA 301-879-6955

    License

    ---------------------GARAGEFONTS---------------------Phil's Fonts/GarageFonts End User License AgreementSoftware means the computer program contained in this package (which may include digitally encoded, machine readable, scalable outline font data as encoded in special format), together with all codes, techniques, software tools, formats, designs, concepts, methods and ideas associated with the computer program and all documentation related thereto.Phil's Fonts, Inc./GarageFonts (Phil's), hereby grants you, and you agree to accept a non-exclusive, non-transferable, limited license (the License) to use the Software solely for your own customary business or personal purposes. Under the terms of this License Agreement, you have the right to use the software on up to five (5) CPUs.If you need to have access to the Software on more than five (5) CPUs, you must pay Phil's the applicable fees for typefaces used in a multi-system environment. You acknowledge that licensing fees for the Macintosh and PC formats are separate and individual fees.Fonts can be embedded in files such as Adobe Acrobat PDF files for viewing and printing purposes only.No rights are granted to you other than a License to use the Software on the terms expressly set forth in this Agreement.You agree to maintain the Software and other proprietary information in strict confidence and to establish reasonable procedures regulating access to and use of the Software.You will not make or have made, or permit to have made any copies of the Software or portions thereof, except as necessary provided, however, that you may make one copy for back-up purposes for its use with the authorized number of systems hereunder. You agree that any such copies shall contain the same proprietary notices which appear in the Software.Except as stated above, this Agreement does not grant you any right to patents, copyrights, trade secrets, trade names, trademarks (whether registered or unregistered), or any other rights, franchises or licenses in respect of the Software.You agree that you will not modify, alter, disassemble, decrypt, reverse engineer or decompile the Software.This License shall continue until the last use of the Software, unless sooner terminated. This License may be terminated by Phil's if you fail to comply with the terms of this License and such failure is not remedied within thirty (30) days after notice from Phil's. When this License expires or is terminated, you shall either return to Phil's or destroy all copies of the Software as requested.You agree that you will not export or re-export the Software in any form without the appropriate United States and foreign government licenses.The parties agree that all warranties, express or implied, including warranties of fitness for a particular purpose, merchantability and noninfringement are excluded.Your sole and exclusive remedy and the sole liability of Phil's in connection with the Software is repair or replacement of defective parts, upon their return to Phil's. In no event will Phil's be liable for lost profits, lost data or any other incidental, or consequential damages, or any damages caused by abuse or misapplication of the Software.You shall not sublicense, sell, lease or otherwise transfer the Software without the prior written consent of Phil's.Use, duplication or disclosure by the Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the rights in Technical Data and Computer Software clause at 252.227-7013.Maryland, USA law governs this agreement.You acknowledge that you have read this agreement, understand it, and agree to be bound by its terms and conditions. Neither party shall be bound by any statement or representation not contained in this agreement. No change in this agreement is effective unless written and signed by properly authorized representatives of each party. By opening this package or downloading these font files from the internet you agree to accept the terms of this agreement.Call Phil's Fonts if you need to purchase additional licensing.In USA and Canada call 1-800-424-2977, all others call 1-301-879-0601.Fax: 1-301-879-0606.Phil's Fonts/GarageFonts License Upgrade ScheduleEach Phil's Fonts/GarageFonts Font package is automatically licensed for use with five (5) computers (CPUs) at a single (1) location(site) in a single format (e.g. Mac PostScript). Licenses for additional CPUs must be purchased. Additional formats and/or platforms may be purchased at the same time as the original purchase for 50% of the price of the first format. Individual sites, persons or business entities must purchase individual licenses beginning with the original price. The following upgrade cost schedule is calculated based on multiples of the original list price of each font or family:--------------------------------------------------------------------------------------6 to 25 CPUs, multiply original font or family price by 1--------------------------------------------------------------------------------------26 to 50 CPUs, multiply original font or family price by 2--------------------------------------------------------------------------------------51 to 75 CPUs, multiply original font or family price by 3--------------------------------------------------------------------------------------76 to 125 CPUs, multiply original font or family price by 4--------------------------------------------------------------------------------------126 to 175 CPUs, multiply original font or family price by 5--------------------------------------------------------------------------------------176 to 250 CPUs, multiply original font or family price by 6--------------------------------------------------------------------------------------251 to 375 CPUs, multiply original font or family price by 8.5--------------------------------------------------------------------------------------376 to 500 CPUs, multiply original font or family price by 11--------------------------------------------------------------------------------------501 to 625 CPUs, multiply original font or family price by 13.5--------------------------------------------------------------------------------------626 to 750 CPUs, multiply original font or family price by 16--------------------------------------------------------------------------------------751 to 875 CPUs, multiply original font or family price by 18.5--------------------------------------------------------------------------------------876 to 1000 CPUs, multiply original font or family price by 21 --------------------------------------------------------------------------------------For more than 1,000 CPUs use the following formula to get multiplication factor:CPUs: In increments of 250.(maximum number of CPUs divided by 100) plus 11 (=Multiplier).Example: End user has 1350 CPUs, so the Multiple User License price is to be calculated as follows:(1500 divided by 100) + 11 = 26 (= Multiplier)(c)Phil's Fonts/GarageFonts14605 Sturtevant RoadSilver Spring, MD 20905USA1-301-879-6955

    RegularSantos Bregaa & Mikel Enparantza. Published by GarageFonts USA - -
  • BusNormal
    Style

    Regular

    Company

    Lars Harmsen, Volcano Type, Karlsruhe

    Trademark

    Please refer to the Copyright section for the font trademark attribution notices.

    Copyright

    2002 Lars Harmsen, Volcano Type, Karlsruhe

    RegularSantos Bregaa & Mikel Enparantza. Published by GarageFonts USA - -
  • BVGNormal
    Style

    Regular

    Copyright

    Copr. MetaDesign 1993

    RegularSantos Bregaa & Mikel Enparantza. Published by GarageFonts USA - -
  • Arial Th
    RegularSantos Bregaa & Mikel Enparantza. Published by GarageFonts USA - -
  • .VnArial
    Style

    Regular

    Copyright

    Generated by Fontographer 3.5

    RegularSantos Bregaa & Mikel Enparantza. Published by GarageFonts USA - -
  • Di Normal
    Style

    Normal

    Copyright

    Copyright 1994 Bay Animation Inc. All Rights Reserved.

    NormalSantos Bregaa & Mikel Enparantza. Published by GarageFonts USA - -
  • ArialCyr
    Style

    Regular

    Company

    YourFonts.com / Made with YourFonts.com

    RegularSantos Bregaa & Mikel Enparantza. Published by GarageFonts USA - -
More
  • Labtop Wide V1
  • JetJaneMono W01 Italic
    Style : Regular
  • One Way Or Another
    Style : Regular
  • BPtypewriteDamagedSlashed
    Style : Regular
  • Parafuse Shadow
    Style : Black
  • Aeonis LT W01 Bold Cond It
    Style : Bold Italic
  • Diskus W01 Medium
    Style : Regular
  • Neuron W03 Bold Italic
    Style : Regular
  • SF Comic Script Bold V1
    Style : Bold