Kanzi  3.9.6
Kanzi Engine API
font_style_concept.hpp File Reference

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...