<?xml version="1.0" encoding="utf-16"?>

<FontMapper version="1.1" date="24 Aug 2006">

<!-- 
	This file defines how certain fonts are displayed by Autodesk Inventor.
	For each font face name appearing as a Font element name value, the following options are available:
    stroke - if present and its value is true, indicates that this font consists of thin strokes and that
	           the display system should be careful that these not fade away at small sizes - this 
	           typically affects how we generate mip-maps for textures used to display the glyphs.
    resolution - if present, the value determines the height of the (largest) texture image generated
	           to display the font. The default value is currently 32 pixels. The value should be a power of 2.
	           Increasing this value makes fonts crisper at large sizes, but also consumes more graphics card memory.
	           A practical maximum for this value is in the range 256 to 512 - beyond this you will not
	           see any improvement and the memory cost becomes very large.
    autobold - if present and its value is true, indicates that Inventor should always ask True Type to generate
	           the font as a bold font - can improve the appearance of fonts with very thin strokes where an 
	           alternate heavier font is not available.
    alternate - if present, the value specifies the font face name of a font that should be substituted for the
	           given (name) font whenever it is requested by the application. This is useful for improving the
	           appearance of too-light stroke fonts by substituting an alternate font with improved heavier strokes.
	           It can also be used to indicate an acceptable substitute font when a font called for by existing data
	           is not available on this system (e.g. a drawing received from a source who uses a custom font
	           but did not supply that font with the drawing). If the alternate font is not found, the original is used.
    basemetrics - if present and its value is true, indicates that Inventor should use the metrics of the base (originally requested) 
             font if it exists, even if the appearance of the glyphs is modified by autobolding or using an alternate font.

--> 

<!-- 
    IDS_FW_DEFAULT_STROKEFONTLIST 
        AMGDT,Complex,Simplex,Txt,ScriptC,ScriptS,RomanC,RomanD,RomanS,RomanT,Courier New,ISOCP,ISOCP2,ISOCP3,ISOCT,ISOCT2,ISOCT3,GDT,
        Monotxt,GreekC,GreekS,Italic,ItalicC,ItalicT,Syastro,Symap,Symath,Symeteo,Symusic,TechnicLite,EuroRoman
-->

	<Font name="amgdt"       stroke="true" resolution="64" autobold="true"   basemetrics="true" />
  <Font name="complex"     stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="courier new" stroke="true" resolution="64" />
	<Font name="euroroman"   stroke="true" resolution="64" />
	<Font name="gdt"         stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="greekc"      stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="greeks"      stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="isocp"       stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="isocp2"      stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="isocp3"      stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="isoct"       stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="isoct2"      stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="isoct3"      stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="italic"      stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="italicc"     stroke="true" resolution="64" />
	<Font name="italict"     stroke="true" resolution="64" />
	<Font name="monotxt"     stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="romanc"      stroke="true" resolution="64" />
	<Font name="romand"      stroke="true" resolution="64" />
	<Font name="romans"      stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="romant"      stroke="true" resolution="64" />
	<Font name="scriptc"     stroke="true" resolution="64" />
	<Font name="scripts"     stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="simplex"     stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="syastro"     stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="symap"       stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="symath"      stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="symeteo"     stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="symusic"     stroke="true" resolution="64" autobold="true"   basemetrics="true" />
	<Font name="techniclite" stroke="true" resolution="64" />
	<Font name="txt"         stroke="true" resolution="64" autobold="true"   basemetrics="true" />


<!-- examples of some other handy font settings and substitutions 

	<Font name="cityblueprint" stroke="true" resolution="64"/>
	<Font name="countryblueprint" stroke="true" resolution="64"/>
	<Font name="proxy 1" stroke="true" resolution="64" autobold="true" />

	<Font name="bank gothic" alternate="bankgothic md bt" />
	<Font name="dutch 801" alternate="dutch801 rm bt" />
	<Font name="gothicc" alternate="gothici" />
	<Font name="city blueprint" stroke="true" resolution="64" alternate="cityblueprint" />
	<Font name="country blueprint" stroke="true" resolution="64" alternate="countryblueprint" />

     end examples -->

</FontMapper>

