Returns the name of the lPosition-th font in the force list. The fonts in the force list will be export with the HTML document.
GetHTMLForceEmbedFont (pBlackIceDEVMODE As Long, lPosition As Long) As String
Input value - pointer to the BlackIceDEVMODE structure.
- position in the list. This value is zero based integer.
Return value - Name of the font.
NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.