mirror of
https://github.com/opencv/opencv.git
synced 2024-11-30 14:29:49 +08:00
Merged the trunk r8911
This commit is contained in:
parent
139cc61001
commit
d2b36d74cd
@ -3352,7 +3352,9 @@ void GlFuncTab_QT::unmapBuffer(unsigned int target) const
|
||||
|
||||
void GlFuncTab_QT::generateBitmapFont(const std::string& family, int height, int weight, bool italic, bool /*underline*/, int start, int count, int base) const
|
||||
{
|
||||
//CV_FUNCNAME( "GlFuncTab_QT::generateBitmapFont" );
|
||||
#ifdef Q_WS_WIN
|
||||
CV_FUNCNAME( "GlFuncTab_QT::generateBitmapFont" );
|
||||
#endif
|
||||
|
||||
QFont font(QString(family.c_str()), height, weight, italic);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user