mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-11-15 11:38:56 +08:00
Update document WIP.
This commit is contained in:
committed by
Arthur Sonzogni
parent
177df31d41
commit
75c424cea9
@@ -22,6 +22,8 @@ class Bold : public NodeDecorator {
|
||||
}
|
||||
};
|
||||
|
||||
/// @brief Use a bold font, for elements with more emphasis.
|
||||
/// @ingroup dom
|
||||
Element bold(Element child) {
|
||||
return std::make_shared<Bold>(unpack(std::move(child)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user