# Wijmo_Barcode.Ibarcodefont

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IBarcodeFont Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Defines the font settings which can be applied on barcode value.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IBarcodeFont</span>
								</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"><a href="wijmo_barcode.ibarcodefont.html#fontfamily" class="tsd-kind-icon">font<wbr>Family</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_barcode.ibarcodefont.html#fontsize" class="tsd-kind-icon">font<wbr>Size</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_barcode.ibarcodefont.html#fontstyle" class="tsd-kind-icon">font<wbr>Style</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_barcode.ibarcodefont.html#fontweight" class="tsd-kind-icon">font<wbr>Weight</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_barcode.ibarcodefont.html#textalign" class="tsd-kind-icon">text<wbr>Align</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_barcode.ibarcodefont.html#textdecoration" class="tsd-kind-icon">text<wbr>Decoration</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">
								<a name="fontfamily" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> fontFamily</h3>
								<div class="tsd-signature tsd-kind-icon">font<wbr>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>Gets or Sets the family of the font for the barcode value.</p>
									</div>
									<p>The default value for this property is <b>sans-serif</b>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="fontsize" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> fontSize</h3>
								<div class="tsd-signature tsd-kind-icon">font<wbr>Size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</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>Gets or Sets the size of font for the barcode value.</p>
									</div>
									<p>The default value for this property is <b>12px</b>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="fontstyle" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> fontStyle</h3>
								<div class="tsd-signature tsd-kind-icon">font<wbr>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>Gets or Sets the style of the font for the barcode value.</p>
									</div>
									<p>The default value for this property is <b>normal</b>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="fontweight" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> fontWeight</h3>
								<div class="tsd-signature tsd-kind-icon">font<wbr>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>Gets or Sets the weight of the font for the barcode value.</p>
									</div>
									<p>The default value for this property is <b>normal</b>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="textalign" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> textAlign</h3>
								<div class="tsd-signature tsd-kind-icon">text<wbr>Align<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>Gets or Sets the alignment of the text in the barcode value.</p>
									</div>
									<p>The default value for this property is <b>center</b>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="textdecoration" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> textDecoration</h3>
								<div class="tsd-signature tsd-kind-icon">text<wbr>Decoration<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>Gets or Sets the decoration for the text in the barcode value.</p>
									</div>
									<p>The default value for this property is <b>none</b>.</p>
								</div>
							</section>
						</section>
					</div>