Fonts

This chapter explains about the fonts which Antenna House Formatter V7.4 supports and how to use them. Also it explains the general consideration for each type of font.

The Font Configuration File is for setting the details of the font environment. In non-Windows versions: Although the initial file is prepared, you need to set it in accordance with your font environment. In Windows versions: The font configuration file may be used as is.

Antenna House Formatter V7.4 also supports Adobe Fonts and EUDC (end user defined character) for Private Use Characters.

  See also Font Output in the PDF Output.
  See also Font Output in the PostScript® Output.
  See also Font Output in the XPS Output.

Supported font formats

Antenna House Formatter V7.4 supports the following types of fonts.

  • Type 1

    Type 1 font files usually consists of a pair of font files .AFM+.PFB or .PFM+.PFB. The former is used in non-Windows environment. The latter is used in Windows environment. For further information, see Type 1.

  • TrueType

    TrueType font files have the .TTF or .TTC extension. For further information, see TrueType.

  • OpenType

    OpenType font files have the .TTF or .OTF extension. Fonts with the .TTF extension are fonts that contain TrueType outline information and are treated the same as TrueType. See TrueType. Fonts with the .OTF extension are fonts that contain PostScript outline information. See OpenType. Supports also OpenType Collection.

  • WOFF File Format 1.0 no-LT

    You can treat WOFF (Web Open Font Format) by specifying to <axf:font-face>. WOFF fonts cannot be specified directly. The WOFF font specified by <axf:font-face> is treated as a TrueType or an OpenType. It's not necessary to specify the place where the WOFF font is located in the Font Configuration File. These functions are not available with Antenna House Formatter V7.4 Lite.

  • WOFF File Format 2.0 no-LT

    You can treat WOFF 2.0 as well as WOFF 1.0.

  • Macintosh TrueType data fork suitcase

    Supports Macintosh TrueType Suitcase expressed by the .dfont extension or the .dfon extension. This is the Font Suitcase whose font is defined as the data fork. The old Font Suitcase, which is used by Classic MacOS and whose font is defined in the resource fork, is not supported. The contents is TrueType. For details, see also TrueType.

Font Configuration File

To configure the font environment for Antenna House Formatter V7.4, you must make a Font Configuration File.

The Font Configuration File is a simple structured XML file and is usually located in the [Install directory]/​etc on non-Windows and [Install directory] on Windows.

The Font Configuration File should be set in the Environment Variables. The name font-config.xml is set as default.

In the Font Configuration File, the most important element is <font-folder>. If you want to use more than the PDF Standard 14 Fonts on non-Windows, you must locate the font files and add their directory as a <font-folder path="..."> element to the configuration file.

Antenna House Formatter V7.4 automatically detects the font files in the specified directory at the <font-folder path="...">. However, there are a few cases where the font name cannot be resolved, only in such cases it is necessary to describe the font file. Normally it is not necessary to specify each file to be used.

When multiple <font-folder path="..."> contain fonts with the same name, the first one is used. For example, if you want to use a different version of a font than the one installed in Windows, specify the font-folder containing that font before the setting of @@WINFONTS@@.

In Windows versions, the default font configuration includes all the installed fonts in the Windows font directory. Antenna House Formatter V7.4 reads the information on the fonts available to use when running Antenna House Formatter V7.4. In other words, the more fonts that are present, the more processing time is taken. This means that it may take more time to initialize fonts than time to format when formatting a small document. With a big document, the time to initialize font may not be significant. In order to save the time to initialize fonts, reduce the available fonts. There are the following three solutions available:

  1. Reduce the font installed in the Windows font directory.
  2. In the Font Configuration File, enumerate fonts that are not used in the Windows font directory by using the font-exclude attribute.
  3. Prepare the separate directory where only necessary fonts are included and specify only that directory in the Font Configuration File.

A realistic solution may probably be 3. For example, put fonts you'd like to use in the directory of C:\MyFonts and prepare the Font Configuration File like the following:

<?xml version="1.0" encoding="UTF-8" ?>
<font-config>
  <font-folder path="C:\MyFonts"/>
</font-config>

Be sure not to include the setting of Windows font directory here. Specify this Font Configuration File by the Environment Variables.

In Macintosh versions, the system font directory is also included in the Initial Font Configuration File. If necessary, adjust the Font Configuration File as well.

Initial Font Configuration File

The following is the initial Font Configuration File. In Antenna House Formatter V7.4 Linux versions, the following Font Configuration File is installed in [Install directory]/​etc.

<?xml version="1.0" encoding="UTF-8" ?>
<!-- DOCTYPE font-config SYSTEM "font-config.dtd" -->
<font-config>
  <!-- add your font folder here -->
  <!-- font-folder path="/home/user-name/fonts" -->
  <!-- /font-folder -->
  <font-folder path="@@HOME@@/fonts">
    <font-entry file="ZapfDingbats.afm"
          glyph-list="ZapfDingbats-glyphname.txt"/>
  </font-folder>
</font-config>

In Antenna House Formatter V7.4 Macintosh versions, the following Font Configuration File is installed in [Install directory]/​etc.

<?xml version="1.0" encoding="UTF-8" ?>
<!-- DOCTYPE font-config SYSTEM "font-config.dtd" -->
<font-config>
  <!-- add your font folder here -->
  <acc-folder path="@@ACCFOLDER@@"/>
  <font-folder path="/System/Library/Fonts"/>
  <font-folder path="/System/Library/Fonts/Supplemental"/>
  <font-folder path="/System/Library/Assets" recursive="true"/>
  <font-folder path="/System/Library/AssetsV2" recursive="true"/>
  <font-folder path="/Library/Fonts"/>
  <font-folder path="@@HOME@@/fonts">
    <font-entry file="ZapfDingbats.afm"
          glyph-list="ZapfDingbats-glyphname.txt"/>
  </font-folder>
</font-config>

In Antenna House Formatter V7.4 Windows versions, the following Font Configuration File is installed on [Install directory]. The user font directory is set to @@USERWINFONTS@@. The Windows font directory is set to @@WINFONTS@@.

<?xml version="1.0" encoding="UTF-8" ?>
<!-- DOCTYPE font-config SYSTEM "font-config.dtd" -->
<font-config>
  <!-- add your font folder here -->
  <acc-folder/>
  <font-folder path="@@USERWINFONTS@@"/>
  <font-folder path="@@WINFONTS@@"/>
</font-config>

In Windows versions, when there is no Font Configuration File, the Font Configuration File of this content will be assumed.

Font Configuration File elements and attributes

The following table is a summary of the elements and attributes in the Font Configuration File.

ElementAttributeDefaultDescription
<font-config>root element
winfonts-registrytrue

Specifies whether to scan the Windows system font directory by registry or by physical directory. true scans the registry, false scans inside the directory. Fonts that are not installed correctly cannot be used when scanning the registry. Effective only with Windows versions. V7.3MR2

<font-folder>child of <font-config>
path

Indicates the font folder using the path attribute.

<font-folder path="/home/user-name/fonts">
  ...
</font-folder>

This element can be specified as many times as necessary.

recursivefalseIf true is specified, inside of the subfolder included in the folder specified by path will also be searched.
<font-entry>child of <font-folder>
file

Associated attributes are given to the font file specified by the file attribute (base file name, without the wild card).

font-excludefalse

Specifies whether to disregard the file specified by file attribute. If true is specified, it disregards. If false is specified, it doesn't. When true is specified, the font file is not processed.

unicode-range

Specifies the range of Unicode applied to the file specified by the file attribute. See Unicode Range for the format. When unicode-range is not specified, it is considered the total range U+0-10FFFF.

font-size-adjust1

Adjusts the font size of the file specified by the file attribute. For instance, when specifying font-size-adjust="1.05", the output size is 1.05 times greater than the size specified in FO. It is also possible to specify it as "105%" using the % value.

baseline-adjust0

Adjusts the baseline of the file specified by the file attribute. For instance, when specifying baseline-adjust="0.1", the value is added to the baseline specified in FO and adjusted to the added position. It is also possible to specify it as "10%" using the % value.

x-heightAdjusts the x-height of the file specified by the file attribute. Some fonts may not have x-height information. Specify it in such a case or when you want to adjust the value the font has. 1.0 is equivalent to 1em. It's invalid if 0 or less is specified.
cap-heightAdjusts the cap-height of the file specified by the file attribute. Some fonts may not have cap-height information. Specify it in such a case or when you want to adjust the value the font has. 1.0 is equivalent to 1em. It's invalid if 0 or less is specified.
glyph-list

Specifies the glyph-list file of the font when the Type 1 font is specified by the file attribute. The glyph-list defines Unicode to glyph name mapping rule for Type 1 fonts.

skip-glyphname-mappingtrue

Specifies whether to map Unicode to the glyph name or map Unicode to the character-code of the font when the Type 1 font is specified by the file attribute. If false is specified, it maps. If true is specified, it doesn't.

<font-alias>child of <font-folder>
file

Indicates the alias name of the font family name. The source font file should be specified using the file and entry attributes. file attribute should specify font files (base file name, without the wild card). For Type 1 fonts, specify the font files that have the .AFM or .PFM extensions. For TrueType or OpenType fonts, you can specify the font files that have the .TTF or .TTC or .OTF extensions. The entry attributes should be the number of the fonts in the .TTC (TrueType Collection) file. The number should be a numeric value of 1 or more. If the entry attribute is omitted, the value is considered 1. If the font is not .TTC, the value is ignored.

<font-alias file="simsun.ttc" entry="1">
  ...
</font-alias>

To define the alias names, enumerates the <alias> element within this element. This element can be specified as many times as necessary.

entry
<alias>child of <font-alias>
family-name

Indicates the actual alias name for the font described in the file of <font-alias>. The alias information is specified using family-name, weight, italic attributes. family-name attribute is the alias font family-name. Newly defined names should not match any other existing font-family names. weight attribute is the alias font weight class. This attribute can be specified using a numeric value between 100 to 900 or the keyword normal, bold. italic attribute indicates the font style for italic. It should be specified using the keyword true or false. You can specify multiple alias definition for one font file. This element can be specified as often as necessary.

It's possible to display the font file specified by file of <font-alias> using the name and style specified here.

<font-alias file="ARIALI.TTF">
  <alias family-name="MyArial"/>
</font-alias>
<font-alias file="ARIALBI.TTF">
  <alias family-name="MyArial" weight="bold"/>
</font-alias>

In the example above, font-family="MyArial" font-weight="normal" should display “ARIALI.TTF”, font-family="MyArial" font-weight="bold" should display “ARIALBI.TTF” differently. Note the following points.

  • When the italic font is originally specified, and even if font-style="normal" is specified, it doesn't become normal.
  • When the bold font is originally specified, and even if font-weight="normal" is specified, it doesn't become normal. Even if font-weight="bold" is specified, it doesn't become bolder.

When <alias> is specified, the file set in file of <font-alias> is selected by the name and style and displayed. For instance, when font-style="italic" is specified and there is no <alias> with italic setting, normal is adopted.

weightnormal
italicfalse
<acc-folder>child of <font-config>
path

Specifies the installation destination of Adobe Fonts by the path attribute. For more details, see Adobe Fonts.

<eudc-processing>child of <font-config>
mappingenable

Specifies whether to process EUDC. If the mapping attribute is enable, it processes EUDC. If the mapping attribute is disable, it doesn't.

<eudc-range>child of <eudc-processing>
start

Specifies the range of EUDC by Unicode.

<eudc-range start="57344" end="63743"/>

Numeric value is specified. This sample indicates as 57344 = U+E000, 63743 = U+F8FF. If there is no numeric value specified, and the registry reference is effective with Windows versions, it follows the instruction of the registry. If not, the PUA range is detected as (U+E000 to U+F8FF). When end is omitted, it is considered the same value as start. Multiple ranges can also be specified.

end
<eudc-system-default>child of <eudc-processing>
file-path

Specifies the EUDC font file of the system default. It is adopted when there is no supported glyphs in the specified EUDC font. If there is no EUDC font file specified, and the registry reference is effective with Windows versions, it follows the registry setting. At that time, the code page 932 is referred. If not, EUDC font of the system default is detected as nothing.

<eudc-map>child of <eudc-processing>
family-name

Specifies the EUDC file by the file-path attribute, which is used when the character code of the EUDC range is specified to the font specified by the family-name attribute. If the registry reference is effective with Windows versions, it is also taken into consideration. If there are the same font-family specified, the previous appearance takes precedence and the Font Configuration File takes precedence over the registry. This element can be specified as often as necessary.

file-path

The following meta strings can be specified for path of <font-folder> and <acc-folder>.

  • @@HOME@@ : Expanded to the contents of the Environment Variable, AHF74_32_HOME or AHF74_64_HOME. It is [Install directory].
  • @@WINFONTS@@ : Expanded to the system font directory (eg C:\Windows\Fonts) in Windows versions.
  • @@USERWINFONTS@@ : Expanded to the user font directory (@@LOCALAPPDATA@@\Microsoft\Windows\Fonts) in Windows versions.
  • @@APPDATA@@ : Expanded to the contents of the environment variable APPDATA in Windows versions.
  • @@LOCALAPPDATA@@ : Expanded to the contents of the environment variable LOCALAPPDATA in Windows versions.
  • @@ACCFOLDER@@ : Expanded to the installation destination of Adobe Fonts in Windows versions and Macintosh versions. However, since this folder has a special structure, it may not be specified to path of <font-folder>.

The DTD of Font Configuration File is as follows:

<!ELEMENT font-config (font-folder+ | acc-folder? | eudc-processing?)>

<!ELEMENT font-folder (font-entry | font-alias)*>
<!ATTLIST font-folder path CDATA #REQUIRED>
<!ATTLIST font-folder recursive (true|false) #IMPLIED>

<!ELEMENT font-entry EMPTY>
<!ATTLIST font-entry file                   CDATA #REQUIRED>
<!ATTLIST font-entry glyph-list             CDATA #IMPLIED>
<!ATTLIST font-entry skip-glyphname-mapping (true|false) "false">
<!ATTLIST font-entry font-exclude           (true|false) "false">
<!ATTLIST font-entry unicode-range          CDATA "U+0-10FFFF">
<!ATTLIST font-entry font-size-adjust       CDATA "1.0">
<!ATTLIST font-entry baseline-adjust        CDATA "0.0">
<!ATTLIST font-entry x-height               CDATA "0.0">
<!ATTLIST font-entry cap-height             CDATA "0.0">

<!ELEMENT font-alias (alias)*>
<!ATTLIST font-alias file  CDATA #REQUIRED>
<!ATTLIST font-alias entry CDATA #IMPLIED>

<!ELEMENT alias EMPTY>
<!ATTLIST alias family-name CDATA   #REQUIRED>
<!ATTLIST alias weight      CDATA   #IMPLIED><!-- normal|bold|1..1000 -->
<!ATTLIST alias italic (true|false) #IMPLIED>

<!ELEMENT acc-folder EMPTY>
<!ATTLIST acc-folder path CDATA #IMPLIED>

<!ELEMENT eudc-processing (eudc-range?, eudc-system-default?, eudc-map*)>
<!ATTLIST eudc-processing mapping (enable|disable) #IMPLIED>

<!ELEMENT eudc-range EMPTY>
<!ATTLIST eudc-range start CDATA #REQUIRED>
<!ATTLIST eudc-range end   CDATA #IMPLIED>

<!ELEMENT eudc-system-default EMPTY>
<!ATTLIST eudc-system-default file-path CDATA #REQUIRED>

<!ELEMENT eudc-map EMPTY>
<!ATTLIST eudc-map family-name CDATA #REQUIRED>
<!ATTLIST eudc-map file-path   CDATA #REQUIRED>

Type 1

This section describes general information for Type 1 fonts and how Antenna House Formatter V7.4 supports them.

Font organization and necessary condition

Type 1 fonts are organized using the following font files.

File extensionDescription
.PFB (Printer Font Binary)Contains binary compressed font outline.
.AFM (Adobe Font Metrics) Contains general font information and font metrics information. This is a text file. Used in pairs of .AFM+.PFB.
.PFM (Printer Font Metrics) Contains general font information and font metrics information. This is a binary format file. Used in pairs of .PFM+.PFB.

Antenna House Formatter V7.4 supports both types of combinations: .AFM+.PFB, .PFM+.PFB files.

Type 1 font considerations.

  • The current version of Antenna House Formatter V7.4 does not support font outline files with .PFA (Printer Font ASCII) extension. Most Type 1 font products are shipped in the .PFB format, which is supported by Antenna House Formatter V7.4.
  • Type 1 font metrics data which has the .MMM extension is not supported. This metrics file is used for the Multiple Master Type 1 fonts.
  • Both.PFB and .PFM that maps to .PFB must exist in the same directory. Fonts may be installed in different directories by using ATM (Adobe Type Manager). Such fonts cannot be used for embedding with Antenna House Formatter V7.4.

Embedding Type 1

Antenna House Formatter V7.4 supports embedding the Type 1 font into PDF files. The following are required to embed fonts:

  • The .AFM+.PFB or .PFM+.PFB font files must be in the folder specified in the <font-folder> of the font configuration file.
  • In the Option Setting File specify the target font family name <embed-font> element or specify <pdf-settings embed-all-fonts="true"> entry.

If you do not embed fonts, only .AFM or .PFM files are needed. If fonts are not embedded in the PDF the user will need the actual fonts on their system when they read the PDF file.

PDF Standard 14 Fonts

In non-Windows versions, the following Type 1 fonts are installed.

  • Courier.afm
  • Courier-Bold.afm
  • Courier-Oblique.afm
  • Courier-BoldOblique.afm
  • Helvetica.afm
  • Helvetica-Bold.afm
  • Helvetica-Oblique.afm
  • Helvetica-BoldOblique.afm
  • Times-Roman.afm
  • Times-Bold.afm
  • Times-Italic.afm
  • Times-BoldItalic.afm
  • Symbol.afm
  • ZapfDingbats.afm

Because .PFB is not included in these, it is not possible to embed the fonts in PDF. See the bundled MustRead.html before you use.

TrueType

This section describes Antenna House Formatter V7.4 implementation for TrueType and OpenType (TrueType outline) fonts. Tips on how to use these fonts in your environment are provided.

Font organization and necessary condition

TrueType fonts were originally developed by Apple Computer and have been used in the Windows environment. OpenType fonts were jointly developed by Adobe and Microsoft as cross-platform fonts. Due to the origin, OpenType fonts have two flavors/kinds. One has the TrueType outline. The other has the PostScript outline. OpenType font files that have the TrueType outline have the file extension .TTF or .TTC. OpenType font files that have the PostScript outline have the extension .OTF. This section treats original TrueType fonts and OpenType (TrueType outline) fonts together. From now on, we will use the term TrueType fonts as the contraction of TrueType font and OpenType (TrueType outline).

  Macintosh TrueType font data fork suitcase is also TrueType font and its extension is .dfont or .dfon. Although it's somehow different from .TTF, since the treatment of TrueType is almost the same, its description is omitted here.

TrueType fonts are composed of a single file which has the extension .TTF or .TTC. TTC is the abbreviation of the TrueType Collection. It contains multiple TrueType fonts in a single file structure. It is sometimes used in the CJK fonts.

TrueType font requirements:

  • Font must have a cmap table which enables mapping Unicode to glyph indexes. (Almost all TrueType fonts have a cmap table available.)
  • Some older TrueType fonts do not have Code Page information in the OS/2 table (ulCodePageRange1, 2) which can negatively influence Antenna House Formatter V7.4's font selection algorithms. For this reason we recommend not using old TrueType fonts.
 Visit the following sites to get more details about TrueType font (cmap table, etc.)

Embedding TrueType

Antenna House Formatter V7.4 supports embedding the TrueType font as well as the Type 1 font into PDF. One big difference is the embedding license. TrueType font has the license information in OS/2 table fsType field. Antenna House Formatter V7.4 respects this licensing information which will cause embedding errors when you specify font embedding against fonts with restrictions on embedding. In addition, only the used glyphs are embedded with the TrueType fonts.

 ISO 32000-1 or ISO 32000-2 says that TrueType fonts should be embedded to get predictable behavior across all viewer applications. If you don't embed TrueType fonts into the PDF file, Adobe Acrobat or Reader sometimes reports errors for particular Unicode character and font combinations.

OpenType

This section describes how Antenna House Formatter V7.4 implements OpenType (PostScript outline) fonts. Tips on how to use OpenType fonts more conveniently in your environment are provided. Hereafter, when simply saying OpenType in this document, it means OpenType of the PostScript outline.

Font organization and necessary condition

OpenType font files have an extension .OTF and consists of only a single file. In addition, OpenType is classified into two categories. One is OpenType CID font and the other is OpenType non-CID font. The following table gives a brief description of these categories.

TypeContentsTreatment in PDF
non-CID fontMainly contains Latin character glyphs. Glyphs are indexed using glyph name. It is the same as Type 1 font.Type 1
CID fontMainly contains CJK ideograph glyphs. Glyphs are indexed using CID.Type 0

Embedding OpenType

Font embedding is the same as for TrueType fonts. For more details, see the Embedding TrueType.

Adobe Fonts

Adobe Fonts is a font library service provided by Adobe. Antenna House Formatter V7.4 supports Adobe Fonts. For details on Adobe Fonts and available font licenses, see the following:

 Adobe Fonts
 Adobe Fonts User Guide

Adobe Fonts are available on Windows or Macintosh. To use Adobe Fonts, it is necessary to add the <acc-folder> element to the Font Configuration File in the environment where Adobe Fonts are installed. The Font Configuration File includes that setting by default.

In Windows, Adobe Fonts are installed in [APPDATA]\Adobe\CoreSync\plugins\livetype. [APPDATA] shows the location indicated by the environment variable. Specify it to the path of <acc-folder>. However, the path can be omitted in Windows versions. If the path is omitted and <acc-folder/> is specified, it is considered that it is specified as the path.

In Macintosh, Adobe Fonts are installed in ~/​Library/​Application Support/​Adobe/​CoreSync/​plugins/​livetype. Specify it to the path of <acc-folder>. It cannot be omitted.

Installed Adobe Fonts are OpenType. You can check the font family name, etc. in .../​livetype/​c/​entitlements.xml or .../​livetype/​.c/​entitlements.xml.

EUDC

EUDC: End User Defined Character is available with Antenna House Formatter V7.4.

Since the information on EUDC is acquired from the registry, it is not necessary to create EUDC information to the Font Configuration File with Windows versions. However when EUDC information is described by the Font Configuration File, it is also taken into consideration. With non-Windows versions, it is necessary to create EUDC information to the Font Configuration File in order to use EUDC.

<font-config>
 <font-folder path="c:\Windows\Fonts"/>
 <eudc-processing mapping="enable">
  <eudc-range start="57344" end="63743"/>
  <eudc-system-default file-path="c:\Windows\Fonts\EUDC.TTE"/>
  <eudc-map family-name="MS Mincho" file-path="c:\Program Files\east\jinmei3\FEJPMIN.TTG"/>
  <eudc-map family-name="MS PMincho" file-path="c:\Program Files\east\jinmei3\FEJPMIN.TTG"/>
 </eudc-processing>
</font-config>

A user does not need to be conscious of utilizing EUDC. Antenna House Formatter V7.4 changes the font automatically by the character code.

Restrictions

There are V1 and V2 specifications for Indic OpenType Fonts. V2 is the specification published by Microsoft in 2008 and corresponds to the fonts included with Windows Vista or later. The main differences between V1 and V2 specifications are as follows:

  • The script tag was changed.
  • The way to divide text into syllables, which is the base of the text layout, was changed.
  • The treatment of ZWJ, ZWNJ and NBSP used for the selection of the typeface was clearly defined.
  • The behavior of consonant conjuncts or above-base vowel marks became font dependence.
  • Features to be applied for GSUB and GPOS were added.
  • The applying order of GSUB and GPOS features was changed.

Antenna House Formatter V7.4 integrates fonts based on the V1 specification. Many of fonts corresponding to the V2 specification are also included in the features of V1 specification. Fonts that only have the V2 compliant are not supported.

There are some known problems in the Indic fonts implementation with Antenna House Formatter V7.4.

  • With Kokila V5.* included with Windows Vista or later, the processing of Vattu is not correct. For example, a sequence of U+0915 U+094D U+0930 will be rendered as shown in the image on the right, although it should be rendered as shown on the left.

    Kokila OKKokila NG

    It seems that the processing of the V1-compliant font itself is not correct. Use V1.00, etc.

  • Kalinga V5.* included with Windows Vista or later only includes the features of the V2 specification. Antenna House Formatter V7.4 conforms to the V1 specification, so this font cannot be handled correctly. We recommend to use the free Lohit font (Oriya). Lohit fonts are downloadable from the following site:

The following is not the problem of Antenna House Formatter V7.4, hope you find it informative.

  • The typeface of DaunPenh V5.* included with Windows Vista or later is designed to be very small. Therefore, the balance is not very good when European languages etc. are mixed. We recommend to use the free KhmerOS font. KhmerOS fonts are downloadable from the following site: