diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-05-14 14:43:50 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-05-14 14:43:50 +0200 |
commit | 92c591efc27373c0ae876ca55eb1f34da81ca9ec (patch) | |
tree | 74968243d063e328922a110d63479bb4c1a40a74 /win32/fonts | |
parent | ee37424734dcc191aeb7921cb3d89eaf8242aa7a (diff) | |
download | mupdf-92c591efc27373c0ae876ca55eb1f34da81ca9ec.tar.xz |
Import Robin Watts' project files for Visual Studio 2005.
Diffstat (limited to 'win32/fonts')
-rw-r--r-- | win32/fonts/fontdump.bat | 7 | ||||
-rw-r--r-- | win32/fonts/fonts.vcproj | 229 |
2 files changed, 236 insertions, 0 deletions
diff --git a/win32/fonts/fontdump.bat b/win32/fonts/fontdump.bat new file mode 100644 index 00000000..7d2b3c2a --- /dev/null +++ b/win32/fonts/fontdump.bat @@ -0,0 +1,7 @@ +@echo off
+
+echo Converting BASE14 fonts
+%1 %2\font_base14.c ..\..\fonts\Dingbats.cff ..\..\fonts\NimbusMonL-Bold.cff ..\..\fonts\NimbusMonL-BoldObli.cff ..\..\fonts\NimbusMonL-Regu.cff ..\..\fonts\NimbusMonL-ReguObli.cff ..\..\fonts\NimbusRomNo9L-Medi.cff ..\..\fonts\NimbusRomNo9L-MediItal.cff ..\..\fonts\NimbusRomNo9L-Regu.cff ..\..\fonts\NimbusRomNo9L-ReguItal.cff ..\..\fonts\NimbusSanL-Bold.cff ..\..\fonts\NimbusSanL-BoldItal.cff ..\..\fonts\NimbusSanL-Regu.cff ..\..\fonts\NimbusSanL-ReguItal.cff ..\..\fonts\StandardSymL.cff ..\..\fonts\URWChanceryL-MediItal.cff
+
+echo Converting CJK fonts
+%1 %2\font_cjk.c ..\..\fonts\droid\DroidSansFallback.ttf
diff --git a/win32/fonts/fonts.vcproj b/win32/fonts/fonts.vcproj new file mode 100644 index 00000000..601e4c55 --- /dev/null +++ b/win32/fonts/fonts.vcproj @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="fonts"
+ ProjectGUID="{62E2A7C0-F3F1-4A82-A856-A67770EBDBFF}"
+ RootNamespace="fonts"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="generated"
+ ConfigurationType="4"
+ CharacterSet="1"
+ DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.c;$(TargetPath)"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="Font conversion"
+ CommandLine="$(ProjectDir)FontDump.bat $(SolutionDir)$(ConfigurationName)\fontdump.exe $(ProjectDir)generated"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="generated"
+ ConfigurationType="4"
+ CharacterSet="1"
+ DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.c;$(TargetPath)"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="Font conversion"
+ CommandLine="$(ProjectDir)FontDump.bat $(SolutionDir)$(ConfigurationName)\fontdump.exe $(ProjectDir)generated"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="fonts"
+ >
+ <File
+ RelativePath="..\..\fonts\Dingbats.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\droid\DroidSansFallback.ttf"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\NimbusMonL-Bold.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\NimbusMonL-BoldObli.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\NimbusMonL-Regu.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\NimbusMonL-ReguObli.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\NimbusRomNo9L-Medi.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\NimbusRomNo9L-MediItal.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\NimbusRomNo9L-Regu.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\NimbusRomNo9L-ReguItal.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\NimbusSanL-Bold.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\NimbusSanL-BoldItal.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\NimbusSanL-Regu.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\NimbusSanL-ReguItal.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\StandardSymL.cff"
+ >
+ </File>
+ <File
+ RelativePath="..\..\fonts\URWChanceryL-MediItal.cff"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath=".\generated\font_base14.c"
+ >
+ </File>
+ <File
+ RelativePath=".\generated\font_cjk.c"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|