From ef2801e5a5dea45a2966e7fdd79bc6e9de205c30 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 14 Oct 2018 14:33:30 +0800 Subject: *texture font --- build/06TextureFont/06TextureFont.vcxproj | 134 ++++++++++++++++++++++ build/06TextureFont/06TextureFont.vcxproj.filters | 22 ++++ build/06TextureFont/06TextureFont.vcxproj.user | 4 + build/Debug/font.png | Bin 0 -> 2780 bytes build/Debug/font2.png | Bin 0 -> 3407 bytes 5 files changed, 160 insertions(+) create mode 100644 build/06TextureFont/06TextureFont.vcxproj create mode 100644 build/06TextureFont/06TextureFont.vcxproj.filters create mode 100644 build/06TextureFont/06TextureFont.vcxproj.user create mode 100644 build/Debug/font.png create mode 100644 build/Debug/font2.png (limited to 'build') diff --git a/build/06TextureFont/06TextureFont.vcxproj b/build/06TextureFont/06TextureFont.vcxproj new file mode 100644 index 0000000..2d1c462 --- /dev/null +++ b/build/06TextureFont/06TextureFont.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {9BE6EA25-E171-405D-86CA-AC13A7F387D1} + My06TextureFont + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\libjin\;$(SolutionDir)\lib\SDL2-2.0.5\include\ + + + $(SolutionDir)\lib\SDL2-2.0.5\lib\x86\ + SDL2main.lib;SDL2.lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) + Console + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + {407e9199-d39c-4460-b218-0c29ab42483b} + + + + + + \ No newline at end of file diff --git a/build/06TextureFont/06TextureFont.vcxproj.filters b/build/06TextureFont/06TextureFont.vcxproj.filters new file mode 100644 index 0000000..c98198f --- /dev/null +++ b/build/06TextureFont/06TextureFont.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + 源文件 + + + \ No newline at end of file diff --git a/build/06TextureFont/06TextureFont.vcxproj.user b/build/06TextureFont/06TextureFont.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/06TextureFont/06TextureFont.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/Debug/font.png b/build/Debug/font.png new file mode 100644 index 0000000..151b992 Binary files /dev/null and b/build/Debug/font.png differ diff --git a/build/Debug/font2.png b/build/Debug/font2.png new file mode 100644 index 0000000..11ab658 Binary files /dev/null and b/build/Debug/font2.png differ -- cgit v1.1-26-g67d0