NGL  6.5
The NCCA Graphics Library
Text.cpp File Reference
#include <iostream>
#include <QtGui/QImage>
#include <QFontMetrics>
#include <unordered_map>
#include <QPainter>
#include <array>
#include <memory>
#include "Text.h"
#include "ShaderLib.h"
+ Include dependency graph for Text.cpp:

Go to the source code of this file.

Namespaces

 ngl
 implementation files for RibExport class
 

Functions

unsigned int ngl::nearestPowerOfTwo (unsigned int _num)
 code taken from here http://jeffreystedfast.blogspot.com/2008/06/calculating-nearest-power-of-2.html More...