Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gltext.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
#endif // GLTEXT_FONT_HPP