# SVGExport full font property mapping file <ArtWorks$SVGExport$Dir>.FontPFull
#
# This file is user-editable. Please take a backup copy before editing this
# file. Incorrectly formatted lines in this file may be partly or fully ignored
# by the SVG exporter.
#
# Property mapping:
# -----------------
# Please take care when changing any of the entries below. Any change can
# affect the mapping of many font names.
# 
# Format of a mapping line:
# -------------------------
# <Property>:<field>:<value>
# where <field> is "s" (style), "w" (weight) or "t" (stretch) and <value> is the
# value for that field. The value must be one of the permissible values below:
#
# style values:   "normal", "italic" or "oblique"
# weight values:  "normal" or "bold", or "100", "200", ..., "900", where "400"
#                 corresponds to "normal" and "700" to "bold"
# stretch values: "normal", "ultra-condensed", "extra-condensed", "condensed",
#                 "semi-condensed", "semi-expanded", "expanded",
#                 "extra-expanded", "ultra-expanded"
#
Regular:s:normal
Roman:s:normal
Italic:s:italic
Oblique:s:oblique
Slanted:s:oblique
ExtraLight:w:100
Light:w:200
Book:w:200
Medium:w:normal
Demi:w:600
DemiBold:w:600
Bold:w:bold
ExtraBold:w:800
UltraBold:w:900
Black:w:800
UltraBlack:w:900
ExtraBlack:w:900
Comp:t:condensed
Cond:t:condensed
Condensed:t:condensed
Extended:t:expanded
UltraComp:t:ultra-condensed
