OpenSiv3D  v0.6.5
C++20 framework for creative coding
FontStyle.hpp File Reference
#include "Common.hpp"
#include <ThirdParty/EnumBitmask/EnumBitmask.hpp>

Namespaces

 s3d
 

Enumerations

enum  s3d::FontStyle : uint8 {
  s3d::FontStyle::Default = 0x0, s3d::FontStyle::Bold = 0x01, s3d::FontStyle::Italic = 0x02, s3d::FontStyle::BoldItalic = Bold | Italic,
  s3d::FontStyle::Bitmap = 0x04, s3d::FontStyle::BoldBitmap = Bold | Bitmap, s3d::FontStyle::ItalicBitmap = Italic | Bitmap, s3d::FontStyle::BoldItalicBitmap = Bold | Italic | Bitmap
}
 フォントのスタイル More...
 

Functions

 s3d::DEFINE_BITMASK_OPERATORS (FontStyle)