1charset utf8 2 3# 4# This file defines the font mappings used for Unicode/UTF-8 text printing 5# through PDF. 6# 7# Each line consists of: 8# 9# first last direction width normal bold italic bold-italic 10# 11# First and last are the first and last glyphs in the font mapping 12# that correspond to that font; contrary to PostScript printing 13# they only select the font. To find the glyph the complete unicode 14# character will be looked up in the (3,1) resp. (3,0) cmap of the 15# TrueType font. The glyph values are hexadecimal. 16# 17# Direction is the string "ltor" or "rtol", indicating left-to-right or 18# right-to-left text. 19# 20# Width is the string "single" or "double"; double means that the glyphs 21# are twice as wide as ASCII characters in the Courier typeface. 22# 23# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use 24# for each presentation. If characters are only available in a single 25# style then only one typeface should be listed (e.g. "Symbol") 26# 27# Each font that is listed will be used (and downloaded if needed) when 28# printing. 29# 30 310000 04FF ltor single monospace monospace:bold monospace:oblique monospace:bold:oblique 320500 05FF rtol single monospace 333000 9FFF ltor double ARPLUmingCN 34