#include <GLViewer_Drawer.h>
Public Member Functions | |
| bool | operator< (const GLViewer_TexFindId theStruct) const |
| Overloaded operator for using struct as MAP key. | |
Data Fields | |
| QString | myFontFamily |
| Font family description. | |
| bool | myIsBold |
| Bold parameter. | |
| bool | myIsItal |
| Italic parameter. | |
| bool | myIsUndl |
| Underline parameter. | |
| int | myPointSize |
| Font Size. | |
| int | myViewPortId |
| View POrt ID. | |
Struct GLViewer_TexFindId Structure for srorage information about texture font
| bool GLViewer_TexFindId.operator< | ( | const GLViewer_TexFindId | theStruct | ) | const |
References myFontFamily, myIsBold, myIsItal, myIsUndl, myPointSize, and myViewPortId.
| QString GLViewer_TexFindId.myFontFamily |