Skip to content

Commit

Permalink
strange cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercury13 committed Dec 15, 2024
1 parent 95df2bf commit 7deeb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unicodia/CharPaint/emoji.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct GetCp {
bool forceGraphic = false;

explicit operator bool() const noexcept { return cp; }
/// @todo [+] may be text [-] surely graphic
/// @return [+] may be text [-] surely graphic
[[nodiscard]] bool mayBeText() const noexcept { return cp && !forceGraphic; }
[[nodiscard]] bool mayBeText(uc::EmojiDraw emojiDraw)
{ return (cp && ((emojiDraw == uc::EmojiDraw::FORCE_TEXT) || !forceGraphic)); }
Expand Down

0 comments on commit 7deeb7a

Please sign in to comment.