FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
pixel.cppm
Go to the documentation of this file.
1
/// @module ftxui.screen:Pixel
2
/// @brief 螢幕模組中 Pixel 結構的模組文件
3
4
module
;
5
6
#include <
ftxui/screen/pixel.hpp
>
7
8
export
module
ftxui.screen:Pixel
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI ftxui:: 命名空間
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::Pixel
;
16
}
ftxui::Pixel
一個 Unicode 字元及其相關樣式。
Definition
pixel.hpp:14
ftxui.screen
FTXUI 螢幕操作的模組文件。
ftxui
FTXUI 的 ftxui:: 命名空間
Definition
animation.hpp:10
pixel.hpp