Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Noto Color Emoji Unicode 15.1 (v2.038 → v2.040) #1144

Closed
Reputeless opened this issue Nov 18, 2023 · 1 comment
Closed

Noto Color Emoji Unicode 15.1 (v2.038 → v2.040) #1144

Reputeless opened this issue Nov 18, 2023 · 1 comment

Comments

@Reputeless
Copy link
Member

@Reputeless Reputeless changed the title Noto Color Emoji Unicode v2.038 → v2.040 Noto Color Emoji Unicode 15.1 (v2.038 → v2.040) Nov 18, 2023
@Reputeless Reputeless added this to ToDo in v0.6 Roadmap Nov 18, 2023
@Reputeless
Copy link
Member Author

テストコード

# include <Siv3D.hpp> // Siv3D v0.6.13

void Main()
{
	Scene::SetBackground(ColorF{ 0.8, 0.9, 1.0 });

	const Texture emoji1{ U"🐦‍🔥"_emoji };
	const Texture emoji2{ U"🍋‍🟩"_emoji };
	const Texture emoji3{ U"🍄‍🟫"_emoji };
	const Texture emoji4{ U"⛓️‍💥"_emoji };
	const Texture emoji5{ U"🙂‍↔️"_emoji };
	const Texture emoji6{ U"🙂‍↕️"_emoji };

	while (System::Update())
	{
		emoji1.drawAt(100, 100);
		emoji2.drawAt(240, 100);
		emoji3.drawAt(380, 100);
		emoji4.drawAt(100, 240);
		emoji5.drawAt(240, 240);
		emoji6.drawAt(380, 240);
	}
}

@Reputeless Reputeless moved this from ToDo to Done in v0.6 Roadmap Nov 18, 2023
nokotan pushed a commit to nokotan/OpenSiv3D that referenced this issue Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant