| Urho3D
    | 
#include "../Core/Object.h"#include "../Graphics/VertexBuffer.h"#include "../UI/Cursor.h"#include "../UI/UIBatch.h"| Classes | |
| class | Dviglo::UI | 
| UI subsystem. Manages the graphical user interface.  More... | |
| struct | Dviglo::UI::DragData | 
| Data structure used to represent the drag data associated to a UIElement.  More... | |
| struct | Dviglo::UI::RenderToTextureData | 
| Data structured used to hold data of UI elements that are rendered to texture.  More... | |
| Enumerations | |
| enum | Dviglo::FontHintLevel { Dviglo::FONT_HINT_LEVEL_NONE = 0, Dviglo::FONT_HINT_LEVEL_LIGHT, Dviglo::FONT_HINT_LEVEL_NORMAL } | 
| Font hinting level (only used for FreeType fonts).  More... | |
| Functions | |
| void | Dviglo::RegisterUILibrary (Context *context) | 
Font hinting level (only used for FreeType fonts).
| Enumerator | |
|---|---|
| FONT_HINT_LEVEL_NONE | Completely disable font hinting. Output will be blurrier but more "correct". | 
| FONT_HINT_LEVEL_LIGHT | Light hinting. FreeType will pixel-align fonts vertically, but not horizontally. | 
| FONT_HINT_LEVEL_NORMAL | Full hinting, using either the font's own hinting or FreeType's auto-hinter. | 
| void URHO3D_API Dviglo::RegisterUILibrary | ( | Context * | context | ) | 
Register UI library objects.
 1.8.17
 1.8.17