From ed422204cfe8302c1400f47ea459009c939f8c7d Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Wed, 27 May 2015 11:39:56 +0800 Subject: save arezzo files --- ChangeLog | 3 +++ VERSION | 2 +- hgeft.cpp | 1 + hgeft.h | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 58375b8..cbd158e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,9 @@ Wishlist: <-strikethrough Releases: +1.0.0-0 (r101) +Fix a bug in the hgeft library, and try git... + 1.0.0-0 (r100) Rev. 100!!! This is the final release. diff --git a/VERSION b/VERSION index 985255e..9f8cf97 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0-0 (r100) \ No newline at end of file +1.0.0-0 (r101) \ No newline at end of file diff --git a/hgeft.cpp b/hgeft.cpp index a5b233a..05e6053 100644 --- a/hgeft.cpp +++ b/hgeft.cpp @@ -32,6 +32,7 @@ bool hgeTTChar::SetChar(wchar_t ch,FT_Face ttfface) ptr++; } hge->Texture_Unlock(quad.tex); + quad.blend=BLEND_ALPHABLEND; quad.v[0].tx=0;quad.v[0].ty=0;quad.v[1].tx=1;quad.v[1].ty=0; quad.v[2].tx=1;quad.v[2].ty=1;quad.v[3].tx=0;quad.v[3].ty=1; return true; diff --git a/hgeft.h b/hgeft.h index 6856341..914fb13 100644 --- a/hgeft.h +++ b/hgeft.h @@ -41,7 +41,7 @@ #define HGEEFT_H #include #include -#include +#include "./include/hge.h" #include #include FT_FREETYPE_H extern HGE* hge; -- cgit v1.2.3