List Fonts

Format

/1/List/Fonts?[parameters]

Description

Returns the list of available fonts.

Parameters

Example

/1/List/Fonts

Output

<?xml version="1.0" encoding="utf-8" ?>
<ListFontsResponse xmlns="http://api.stitchport.com/fonts/1.0/">
	<Fonts>
		<Font Name="Two Col Athletic" Type="ftEmbroidery" IsMonogram="false" IsMultiColour="true"/>
		<Font Name="Monogram 1" Type="ftEmbroidery" IsMonogram="true" IsMultiColour="false"/>
		<Font Name="Block New" Type="ftEmbroidery" IsMonogram="false" IsMultiColour="false"/>
		<Font Name="Verdana" Type="ftTrueType" IsMonogram="false" IsMultiColour="false"/>
	</Fonts>
</ListFontsResponse>