#37316

Historically, PD4ML only allows you to define the form font for an entire document through API call parameters:

public void generateForms(boolean enable, String useTtfFont);
public void generateForms(boolean enable, String useTtfFont, String formFontCharRange)

However, there are no longer technical reasons to maintain the restriction. We’ll look into adding the ability to override the font via CSS