示例#1
0
 def play_pull_up_font_animation(frame, font_animation_queue: deque, x, y):
     draw_data = font_animation_queue.pop()
     Drawer.print_message_with_text_edging(frame,
                                           x,
                                           y,
                                           draw_data[0],
                                           thickness=draw_data[1],
                                           text_color=draw_data[2])