79331336

Date: 2025-01-05 18:49:33
Score: 0.5
Natty:
Report link

Try to paste a unicode control character to the text. Like:

rtl_string = `تعداد ساعات روز`

image_append(c(white_space, img), stack = TRUE) %>% 
  image_annotate(
    text = paste0("\u202B", rtl_string), 
    size = 30, 
    gravity = "North")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Near Lin