アイコン
More...
#include <Icon.hpp>
|
SIV3D_NODISCARD_CXX20 | Icon ()=default |
|
constexpr SIV3D_NODISCARD_CXX20 | Icon (uint32 _code) noexcept |
|
constexpr SIV3D_NODISCARD_CXX20 | Icon (Type _type, uint32 _code) noexcept |
|
|
static bool | HasGlyph (uint32 code) |
|
static bool | HasGlyph (Type type, uint32 code) |
|
static Image | CreateImage (uint32 code, int32 size) |
|
static Image | CreateImage (Type type, uint32 code, int32 size) |
|
static Image | CreateSDFImage (uint32 code, int32 size, int32 buffer=3) |
|
static Image | CreateSDFImage (Type type, uint32 code, int32 size, int32 buffer=3) |
|
static Image | CreateMSDFImage (uint32 code, int32 size, int32 buffer=3) |
|
static Image | CreateMSDFImage (Type type, uint32 code, int32 size, int32 buffer=3) |
|
◆ Type
Enumerator |
---|
Awesome | |
MaterialDesign | |
◆ Icon() [1/3]
SIV3D_NODISCARD_CXX20 s3d::Icon::Icon |
( |
| ) |
|
|
default |
◆ Icon() [2/3]
constexpr SIV3D_NODISCARD_CXX20 s3d::Icon::Icon |
( |
uint32 |
_code | ) |
|
|
explicitconstexprnoexcept |
◆ Icon() [3/3]
constexpr SIV3D_NODISCARD_CXX20 s3d::Icon::Icon |
( |
Type |
_type, |
|
|
uint32 |
_code |
|
) |
| |
|
constexprnoexcept |
◆ CreateImage() [1/2]
◆ CreateImage() [2/2]
◆ CreateMSDFImage() [1/2]
◆ CreateMSDFImage() [2/2]
◆ CreateSDFImage() [1/2]
◆ CreateSDFImage() [2/2]
◆ HasGlyph() [1/2]
static bool s3d::Icon::HasGlyph |
( |
Type |
type, |
|
|
uint32 |
code |
|
) |
| |
|
static |
◆ HasGlyph() [2/2]
static bool s3d::Icon::HasGlyph |
( |
uint32 |
code | ) |
|
|
static |
◆ code
◆ type
The documentation for this struct was generated from the following file: