gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server FreetypeRasterizer.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server FreetypeRasterizer.cpp
Date: Mon, 11 Jun 2007 15:51:17 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/06/11 15:51:17

Modified files:
        server         : FreetypeRasterizer.cpp 

Log message:
        Implement getFontFilename only when HAVE_LIBFREETYPE is defined (which 
is when the method is declared)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/FreetypeRasterizer.cpp?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: FreetypeRasterizer.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/FreetypeRasterizer.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- FreetypeRasterizer.cpp      11 Jun 2007 13:23:22 -0000      1.2
+++ FreetypeRasterizer.cpp      11 Jun 2007 15:51:17 -0000      1.3
@@ -86,6 +86,15 @@
        return (float) m_face->glyph->metrics.horiAdvance * s_advance_scale;
 }
 
+// private
+bool
+FreetypeRasterizer::getFontFilename(const std::string& name,
+               bool bold, bool italic, std::string& filename)
+{
+       // TODO: implement
+       return false;
+}
+
 #endif // HAVE_LIBFREETYPE 
 
 #ifdef HAVE_LIBFREETYPE 
@@ -201,13 +210,5 @@
 }
 #endif // ndef(HAVE_LIBFREETYPE)
 
-bool
-FreetypeRasterizer::getFontFilename(const std::string& name,
-               bool bold, bool italic, std::string& filename)
-{
-       // TODO: implement
-       return false;
-}
-
 } // namespace gnash
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]