#include <kanzi/core.ui/font/font_runtime.hpp>
#include <kanzi/core.ui/node/node.hpp>
#include <kanzi/ui/ui_api.hpp>
Classes | |
class | kanzi::FontStyleConcept |
FontStyleConcept is the base class for the nodes that draw text with different font styles. More... | |
class | kanzi::FontStyleConceptImpl< TDerivedClass > |
Implementation class for FontStyleConcept. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Functions | |
FontRuntimeSharedPtr | kanzi::acquireFont (const Node &node) |
Gets a runtime font object. More... | |
tuple< FontRuntimeSharedPtr, bool > | kanzi::acquireFont (const FontRuntimeSharedPtr &runtimeFont, const Node &node) |
Use this function to check whether a runtimeFont uses the font file and font style required to draw text with the property values of the node. More... | |