Patches from Adam:
So, meanwhile, attached is a slightly improved isntaller. Now, .ttx files are registered as XML files so you can use Internet Explorer etc. to view them. Also, I'm creating a shortcut in the "SendTo" structure, so the user can click with RMB on the TTF, OTF or TTX file, then select Send To / TTX. Works with multiple files, very nice. git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@373 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
parent
b74f03c7e5
commit
58cec85c3b
@ -44,6 +44,10 @@ Name: {group}\TTX documentation; Filename: {app}\documentation.html; IconIndex:
|
|||||||
Name: {group}\Changes; Filename: {app}\changes.txt; IconIndex: 0
|
Name: {group}\Changes; Filename: {app}\changes.txt; IconIndex: 0
|
||||||
Name: {group}\Bugs; Filename: {app}\bugs.txt; IconIndex: 0
|
Name: {group}\Bugs; Filename: {app}\bugs.txt; IconIndex: 0
|
||||||
Name: {group}\License; Filename: {app}\LICENSE.txt; IconIndex: 0
|
Name: {group}\License; Filename: {app}\LICENSE.txt; IconIndex: 0
|
||||||
|
Name: {reg:HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders,SendTo}\TTX; Filename: {app}\ttx.exe; WorkingDir: {reg:HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders,SendTo}; IconFilename: {app}\ttx.ico; IconIndex: 0; MinVersion: 0,5.00.2195
|
||||||
|
|
||||||
[_ISTool]
|
[_ISTool]
|
||||||
EnableISX=false
|
EnableISX=false
|
||||||
|
|
||||||
|
[Registry]
|
||||||
|
Root: HKCR; Subkey: .ttx; ValueType: string; ValueData: {reg:HKCR\.xml,}; Flags: createvalueifdoesntexist uninsdeletekey
|
||||||
|
@ -5,4 +5,8 @@ The TTX setup application can create an icon for TTX on your desktop. You will
|
|||||||
then be able to drop .TTF or .OTF files onto the ttx.exe icon to dump the font
|
then be able to drop .TTF or .OTF files onto the ttx.exe icon to dump the font
|
||||||
to a .TTX file. Dropping a .TTX file onto it builds a TTF or OTF font.
|
to a .TTX file. Dropping a .TTX file onto it builds a TTF or OTF font.
|
||||||
|
|
||||||
|
Also, the setup puts a shortcut to TTX in your Send To context menu in Windows
|
||||||
|
Explorer. Click on any OTF, TTF or TTX file with the right mouse button,
|
||||||
|
choose Send To and then TTX.
|
||||||
|
|
||||||
For more information, see documentation.html
|
For more information, see documentation.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user