OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::DrawableText Member List

This is the complete list of members for s3d::DrawableText, including all inherited members.

clusterss3d::DrawableText
draw(double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const Vec2 &pos=Vec2{ 0, 0 }, const ColorF &color=Palette::White) consts3d::DrawableText
draw(Arg::topLeft_< Vec2 > topLeft, const ColorF &color=Palette::White) consts3d::DrawableText
draw(Arg::topCenter_< Vec2 > topCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(Arg::topRight_< Vec2 > topRight, const ColorF &color=Palette::White) consts3d::DrawableText
draw(Arg::rightCenter_< Vec2 > rightCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(Arg::bottomRight_< Vec2 > bottomRight, const ColorF &color=Palette::White) consts3d::DrawableText
draw(Arg::bottomCenter_< Vec2 > bottomCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(Arg::bottomLeft_< Vec2 > bottomLeft, const ColorF &color=Palette::White) consts3d::DrawableText
draw(Arg::leftCenter_< Vec2 > leftCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(Arg::center_< Vec2 > center, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const RectF &area, const ColorF &color=Palette::White) consts3d::DrawableText
draw(double size, double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
draw(double size, const Vec2 &pos, const ColorF &color=Palette::White) consts3d::DrawableText
draw(double size, Arg::topLeft_< Vec2 > topLeft, const ColorF &color=Palette::White) consts3d::DrawableText
draw(double size, Arg::topCenter_< Vec2 > topCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(double size, Arg::topRight_< Vec2 > topRight, const ColorF &color=Palette::White) consts3d::DrawableText
draw(double size, Arg::rightCenter_< Vec2 > rightCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(double size, Arg::bottomRight_< Vec2 > bottomRight, const ColorF &color=Palette::White) consts3d::DrawableText
draw(double size, Arg::bottomCenter_< Vec2 > bottomCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(double size, Arg::bottomLeft_< Vec2 > bottomLeft, const ColorF &color=Palette::White) consts3d::DrawableText
draw(double size, Arg::leftCenter_< Vec2 > leftCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(double size, Arg::center_< Vec2 > center, const ColorF &color=Palette::White) consts3d::DrawableText
draw(double size, const RectF &area, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, const Vec2 &pos=Vec2{ 0, 0 }, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, Arg::topLeft_< Vec2 > topLeft, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, Arg::topCenter_< Vec2 > topCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, Arg::topRight_< Vec2 > topRight, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, Arg::rightCenter_< Vec2 > rightCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, Arg::bottomRight_< Vec2 > bottomRight, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, Arg::bottomCenter_< Vec2 > bottomCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, Arg::bottomLeft_< Vec2 > bottomLeft, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, Arg::leftCenter_< Vec2 > leftCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, Arg::center_< Vec2 > center, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, const RectF &area, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double size, double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double size, const Vec2 &pos, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double size, Arg::topLeft_< Vec2 > topLeft, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double size, Arg::topCenter_< Vec2 > topCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double size, Arg::topRight_< Vec2 > topRight, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double size, Arg::rightCenter_< Vec2 > rightCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double size, Arg::bottomRight_< Vec2 > bottomRight, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double size, Arg::bottomCenter_< Vec2 > bottomCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double size, Arg::bottomLeft_< Vec2 > bottomLeft, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double size, Arg::leftCenter_< Vec2 > leftCenter, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double size, Arg::center_< Vec2 > center, const ColorF &color=Palette::White) consts3d::DrawableText
draw(const TextStyle &textStyle, double size, const RectF &area, const ColorF &color=Palette::White) consts3d::DrawableText
DrawableText()=defaults3d::DrawableText
DrawableText(const Font &_font, const String &_text)s3d::DrawableText
DrawableText(const Font &_font, String &&_text)s3d::DrawableText
drawAt(double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
drawAt(const Vec2 &pos=Vec2{ 0, 0 }, const ColorF &color=Palette::White) consts3d::DrawableText
drawAt(double size, double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
drawAt(double size, const Vec2 &pos, const ColorF &color=Palette::White) consts3d::DrawableText
drawAt(const TextStyle &textStyle, double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
drawAt(const TextStyle &textStyle, const Vec2 &pos=Vec2{ 0, 0 }, const ColorF &color=Palette::White) consts3d::DrawableText
drawAt(const TextStyle &textStyle, double size, double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
drawAt(const TextStyle &textStyle, double size, const Vec2 &pos, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(const Vec2 &pos=Vec2{ 0, 0 }, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(Arg::left_< Vec2 > left, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(Arg::center_< Vec2 > center, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(Arg::right_< Vec2 > right, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(double size, double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(double size, const Vec2 &pos, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(double size, Arg::left_< Vec2 > left, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(double size, Arg::center_< Vec2 > center, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(double size, Arg::right_< Vec2 > right, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(const TextStyle &textStyle, double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(const TextStyle &textStyle, const Vec2 &pos=Vec2{ 0, 0 }, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(const TextStyle &textStyle, Arg::left_< Vec2 > left, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(const TextStyle &textStyle, Arg::center_< Vec2 > center, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(const TextStyle &textStyle, Arg::right_< Vec2 > right, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(const TextStyle &textStyle, double size, double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(const TextStyle &textStyle, double size, const Vec2 &pos, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(const TextStyle &textStyle, double size, Arg::left_< Vec2 > left, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(const TextStyle &textStyle, double size, Arg::center_< Vec2 > center, const ColorF &color=Palette::White) consts3d::DrawableText
drawBase(const TextStyle &textStyle, double size, Arg::right_< Vec2 > right, const ColorF &color=Palette::White) consts3d::DrawableText
drawBaseAt(double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
drawBaseAt(const Vec2 &pos=Vec2{ 0, 0 }, const ColorF &color=Palette::White) consts3d::DrawableText
drawBaseAt(double size, double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
drawBaseAt(double size, const Vec2 &pos, const ColorF &color=Palette::White) consts3d::DrawableText
drawBaseAt(const TextStyle &textStyle, double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
drawBaseAt(const TextStyle &textStyle, const Vec2 &pos=Vec2{ 0, 0 }, const ColorF &color=Palette::White) consts3d::DrawableText
drawBaseAt(const TextStyle &textStyle, double size, double x, double y, const ColorF &color=Palette::White) consts3d::DrawableText
drawBaseAt(const TextStyle &textStyle, double size, const Vec2 &pos, const ColorF &color=Palette::White) consts3d::DrawableText
fonts3d::DrawableText
getXAdvances() consts3d::DrawableText
getXAdvances(double size) consts3d::DrawableText
overwrite(Image &dst, double x, double y) consts3d::DrawableText
overwrite(Image &dst, const Vec2 &pos) consts3d::DrawableText
overwriteAt(Image &dst, double x, double y) consts3d::DrawableText
overwriteAt(Image &dst, const Vec2 &pos) consts3d::DrawableText
paint(Image &dst, double x, double y, const Color &color=Palette::White) consts3d::DrawableText
paint(Image &dst, const Vec2 &pos, const Color &color=Palette::White) consts3d::DrawableText
paintAt(Image &dst, double x, double y, const Color &color=Palette::White) consts3d::DrawableText
paintAt(Image &dst, const Vec2 &pos, const Color &color=Palette::White) consts3d::DrawableText
region(double x, double y) consts3d::DrawableText
region(Vec2 pos=Vec2{ 0, 0 }) consts3d::DrawableText
region(Arg::topLeft_< Vec2 > topLeft) consts3d::DrawableText
region(Arg::topCenter_< Vec2 > topCenter) consts3d::DrawableText
region(Arg::topRight_< Vec2 > topRight) consts3d::DrawableText
region(Arg::rightCenter_< Vec2 > rightCenter) consts3d::DrawableText
region(Arg::bottomRight_< Vec2 > bottomRight) consts3d::DrawableText
region(Arg::bottomCenter_< Vec2 > bottomCenter) consts3d::DrawableText
region(Arg::bottomLeft_< Vec2 > bottomLeft) consts3d::DrawableText
region(Arg::leftCenter_< Vec2 > leftCenter) consts3d::DrawableText
region(Arg::center_< Vec2 > center) consts3d::DrawableText
region(double size, double x, double y) consts3d::DrawableText
region(double size, Vec2 pos=Vec2{ 0, 0 }) consts3d::DrawableText
region(double size, Arg::topLeft_< Vec2 > topLeft) consts3d::DrawableText
region(double size, Arg::topCenter_< Vec2 > topCenter) consts3d::DrawableText
region(double size, Arg::topRight_< Vec2 > topRight) consts3d::DrawableText
region(double size, Arg::rightCenter_< Vec2 > rightCenter) consts3d::DrawableText
region(double size, Arg::bottomRight_< Vec2 > bottomRight) consts3d::DrawableText
region(double size, Arg::bottomCenter_< Vec2 > bottomCenter) consts3d::DrawableText
region(double size, Arg::bottomLeft_< Vec2 > bottomLeft) consts3d::DrawableText
region(double size, Arg::leftCenter_< Vec2 > leftCenter) consts3d::DrawableText
region(double size, Arg::center_< Vec2 > center) consts3d::DrawableText
regionAt(double x, double y) consts3d::DrawableText
regionAt(Vec2 pos=Vec2{ 0, 0 }) consts3d::DrawableText
regionAt(double size, double x, double y) consts3d::DrawableText
regionAt(double size, Vec2 pos=Vec2{ 0, 0 }) consts3d::DrawableText
regionBase(double x, double y) consts3d::DrawableText
regionBase(Vec2 pos=Vec2{ 0, 0 }) consts3d::DrawableText
regionBase(Arg::left_< Vec2 > left) consts3d::DrawableText
regionBase(Arg::center_< Vec2 > center) consts3d::DrawableText
regionBase(Arg::right_< Vec2 > right) consts3d::DrawableText
regionBase(double size, double x, double y) consts3d::DrawableText
regionBase(double size, Vec2 pos=Vec2{ 0, 0 }) consts3d::DrawableText
regionBase(double size, Arg::left_< Vec2 > left) consts3d::DrawableText
regionBase(double size, Arg::center_< Vec2 > center) consts3d::DrawableText
regionBase(double size, Arg::right_< Vec2 > right) consts3d::DrawableText
regionBaseAt(double x, double y) consts3d::DrawableText
regionBaseAt(Vec2 pos=Vec2{ 0, 0 }) consts3d::DrawableText
regionBaseAt(double size, double x, double y) consts3d::DrawableText
regionBaseAt(double size, Vec2 pos=Vec2{ 0, 0 }) consts3d::DrawableText
stamp(Image &dst, double x, double y, const Color &color=Palette::White) consts3d::DrawableText
stamp(Image &dst, const Vec2 &pos, const Color &color=Palette::White) consts3d::DrawableText
stampAt(Image &dst, double x, double y, const Color &color=Palette::White) consts3d::DrawableText
stampAt(Image &dst, const Vec2 &pos, const Color &color=Palette::White) consts3d::DrawableText
texts3d::DrawableText