\documentclass{article}
\usepackage[absolute]{textpos}
\usepackage{fontspec}
\usepackage{graphicx}
\usepackage[
    paperwidth=744bp,
    paperheight=1039bp,
    tmargin=0bp,
    rmargin=0bp,
    lmargin=0bp,
    bmargin=0bp
  ]{geometry}

\newfontfamily\plantin[
  Path = fonts/ ,
  BoldFont = *-Bold,
  ItalicFont = *-Italic,
  UprightFeatures = {Ligatures = NoCommon},
  BoldFeatures = {Ligatures = NoCommon},
  ItalicFeatures = {Ligatures = NoCommon},
  Extension = .otf,
  PunctuationSpace = 0
]{PlantinMTPro}

  
\begin{document}
\fontsize{38pt}{38pt}
\plantin
\selectfont
\begin{textblock*}{610bp}[0, 0.5](63bp, 807bp)
\begin{flushleft}Destroy target creature. If its toughness was 3 or less, its controller loses 3 life.\newline\vspace{-.0625em}\includegraphics[scale=0.375]{/Users/martinproud/Documents/rishada/recipes/typesetting/flavorbar.png}
\end{flushleft}
\end{textblock*}
\end{document}