|
void | s3d::SevenSegment::Draw (const std::array< bool, 7 > &states, const Vec2 &pos, double size, double halfThickness, double s, const ColorF &colorON, const ColorF &colorOFF) |
| 7 セグメントを描画します。 More...
|
|
void | s3d::SevenSegment::DrawChar (char32 ch, const Vec2 &pos, double size, double halfThickness, double s, const ColorF &colorON, const ColorF &colorOFF) |
| 7 セグメントで文字を描画します。 More...
|
|
void | s3d::SevenSegment::DrawText (StringView text, const Vec2 &pos, double size, double halfThickness, double s, double margin, const ColorF &colorON, const ColorF &colorOFF) |
| 7 セグメントでテキストを描画します。 More...
|
|