TTMSFNCPDFLib fails on console application in Linux Server

If I try to create instance of TTMSFNCPDFLib.Create
(var LObj := TTMSFNCPDFLib.Create) on console application in Linux Server (without graph desktop), I get next runtime errors:

Gdk-CRITICAL: gdk_pango_context_get_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
Pango-CRITICAL: pango_context_list_families: assertion 'context != NULL' failed

after that raised ERangeError exception.
Ubuntu 22.04, FMXLinux is installed, FMX.Graphics is worked (I create the tbitmap, filled it and saved to file. It's worked)

Any idea for this situation?