# Wijmo_Pdf.Ipdffontfile

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IPdfFontFile Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the settings of the font to register by <a href="../classes/wijmo_pdf.pdfdocument.html#registerfont">PdfDocument.registerFont</a> and
									<a href="../classes/wijmo_pdf.pdfdocument.html#registerfontasync">PdfDocument.registerFontAsync</a> methods.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_pdf.ipdffontattributes.html" class="tsd-signature-type">IPdfFontAttributes</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">IPdfFontFile</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_pdf.ipdffontfile.html#cursive" class="tsd-kind-icon">cursive</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdffontfile.html#family" class="tsd-kind-icon">family</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_pdf.ipdffontfile.html#fantasy" class="tsd-kind-icon">fantasy</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_pdf.ipdffontfile.html#monospace" class="tsd-kind-icon">monospace</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdffontfile.html#name" class="tsd-kind-icon">name</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_pdf.ipdffontfile.html#sansserif" class="tsd-kind-icon">sans<wbr>Serif</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_pdf.ipdffontfile.html#serif" class="tsd-kind-icon">serif</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdffontfile.html#source" class="tsd-kind-icon">source</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdffontfile.html#style" class="tsd-kind-icon">style</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdffontfile.html#weight" class="tsd-kind-icon">weight</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="cursive" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> cursive</h3>
								<div class="tsd-signature tsd-kind-icon">cursive<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_pdf.ipdffontattributes.html">IPdfFontAttributes</a>.<a href="wijmo_pdf.ipdffontattributes.html#cursive">cursive</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Glyphs have finishing strokes, flared or tapering ends, or have actual
										serifed endings.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="family" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> family</h3>
								<div class="tsd-signature tsd-kind-icon">family<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>An optional parameter determining the TrueType Collection or Datafork TrueType
										font family.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="fantasy" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> fantasy</h3>
								<div class="tsd-signature tsd-kind-icon">fantasy<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_pdf.ipdffontattributes.html">IPdfFontAttributes</a>.<a href="wijmo_pdf.ipdffontattributes.html#fantasy">fantasy</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Fantasy fonts are primarily decorative fonts that contain playful representations
										of characters.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="monospace" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> monospace</h3>
								<div class="tsd-signature tsd-kind-icon">monospace<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_pdf.ipdffontattributes.html">IPdfFontAttributes</a>.<a href="wijmo_pdf.ipdffontattributes.html#monospace">monospace</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>All glyphs have the same width.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="name" class="tsd-anchor"></a>
								<h3>name</h3>
								<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The name of the font to use.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="sansserif" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> sansSerif</h3>
								<div class="tsd-signature tsd-kind-icon">sans<wbr>Serif<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_pdf.ipdffontattributes.html">IPdfFontAttributes</a>.<a href="wijmo_pdf.ipdffontattributes.html#sansserif">sansSerif</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Glyphs have stroke endings that are plain.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="serif" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> serif</h3>
								<div class="tsd-signature tsd-kind-icon">serif<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_pdf.ipdffontattributes.html">IPdfFontAttributes</a>.<a href="wijmo_pdf.ipdffontattributes.html#serif">serif</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Glyphs have finishing strokes, flared or tapering ends, or have actual
										serifed endings.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="source" class="tsd-anchor"></a>
								<h3>source</h3>
								<div class="tsd-signature tsd-kind-icon">source<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ArrayBuffer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>An ArrayBuffer containing binary data or URL to load the font from.
											Following font formats are supported: TrueType (.ttf), TrueType Collection (.ttc),
										Datafork TrueType (.dfont).</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="style" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> style</h3>
								<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The style of the font. One of the following values: 'normal', 'italic', 'oblique'.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="weight" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> weight</h3>
								<div class="tsd-signature tsd-kind-icon">weight<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The weight of the font. One of the following values: 'normal', 'bold', '100', '200',
										'300', '400', '500', '600', '700', '800', '900'.</p>
									</div>
								</div>
							</section>
						</section>
					</div>