<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=FontInfo_plug-in</id>
	<title>FontInfo plug-in - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=FontInfo_plug-in"/>
	<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=FontInfo_plug-in&amp;action=history"/>
	<updated>2026-08-22T15:58:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=FontInfo_plug-in&amp;diff=25828&amp;oldid=prev</id>
		<title>Anders: Created page with &quot;Category:Plugins {{PageAuthor|Anders}}  Extract basic string information from TTF fonts. This is useful if you want to register a font for usage by ot...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=FontInfo_plug-in&amp;diff=25828&amp;oldid=prev"/>
		<updated>2022-10-16T23:59:30Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/Category:Plugins&quot; title=&quot;Category:Plugins&quot;&gt;Category:Plugins&lt;/a&gt; {{PageAuthor|Anders}}  Extract basic string information from TTF fonts. This is useful if you want to &lt;a href=&quot;/Installing_fonts&quot; title=&quot;Installing fonts&quot;&gt;register a font&lt;/a&gt; for usage by ot...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Plugins]]&lt;br /&gt;
{{PageAuthor|Anders}}&lt;br /&gt;
&lt;br /&gt;
Extract basic string information from TTF fonts. This is useful if you want to [[Installing fonts|register a font]] for usage by other applications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Plug-in information ==&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Version:&amp;#039;&amp;#039;&amp;#039; 1.0&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Type:&amp;#039;&amp;#039;&amp;#039; Runtime plug-in&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Minimum OS:&amp;#039;&amp;#039;&amp;#039; Win95&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Minimum NSIS version:&amp;#039;&amp;#039;&amp;#039; 2.0&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;License:&amp;#039;&amp;#039;&amp;#039; GPL v3&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Download:&amp;#039;&amp;#039;&amp;#039; &amp;lt;attach&amp;gt;FontInfo.zip&amp;lt;/attach&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Get font name ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
Section &lt;br /&gt;
FontInfo::GetFontName &amp;quot;$Fonts\times.ttf&amp;quot;&lt;br /&gt;
DetailPrint $0&lt;br /&gt;
SectionEnd&lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Enumerate name strings ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
Function EnumNameStringsCallback&lt;br /&gt;
DetailPrint &amp;quot;$0 $1 $2&amp;quot;&lt;br /&gt;
; StrCpy $0 &amp;quot;&amp;quot; ; Stop enum&lt;br /&gt;
FunctionEnd&lt;br /&gt;
&lt;br /&gt;
Section Enum&lt;br /&gt;
GetFunctionAddress $0 EnumNameStringsCallback&lt;br /&gt;
FontInfo::EnumNameStrings &amp;quot;$Fonts\Arial.ttf&amp;quot; $0&lt;br /&gt;
SectionEnd&lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
1.0 - 20221016 - Anders&lt;br /&gt;
* Initial release&lt;/div&gt;</summary>
		<author><name>Anders</name></author>
	</entry>
</feed>