We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a code with some texts, in all of them the emojis work but in one that has an anchor it does not work.
Here is my code:
w, h = Pilmoji(base).getsize(f"{d['rank']}", font(65), spacing=2, emoji_scale_factor=1.15) base = text(base, (1162 - w, 65), "Rank: ", font(55), colour="white", stroke_fill="black") base = text(base, (1322, 100), f"{txt if txt_c == txt else f'{txt_c}...'}", font(65), colour=color, stroke_fill="black", anchor="rm", pos=(-30, -30))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a code with some texts, in all of them the emojis work but in one that has an anchor it does not work.
Here is my code:
The text was updated successfully, but these errors were encountered: