diff --git a/gltext.hpp b/gltext.hpp index a8cc4e5..5ec9d5e 100644 --- a/gltext.hpp +++ b/gltext.hpp @@ -74,7 +74,7 @@ struct FontPimpl; * If the display size is set correctly, this class can provide pixel-perfect rendering. Setting the display size to * other values will not give correct results. * - * When drawing, this class will output pixels with pre-multiplied alpha. To blend them properly, set the blend mode to (GL_ONE, GL_SRC_ALPHA) + * When drawing, this class will output pixels with pre-multiplied alpha. To blend them properly, set the blend mode to (GL_ONE, GL_DST_ALPHA) */ class Font { public: @@ -181,4 +181,4 @@ class Font { * This is the documentation for the gltext library. The capabilities of this library are exposed through the gltext::Font class. */ -#endif // GLTEXT_FONT_HPP \ No newline at end of file +#endif // GLTEXT_FONT_HPP