Returns the Footer font settings (from LOGFONT structure).
GetFooterFont(pBlackIceDevmode As Long, lfHeight As Long, lfWidth As Long, lfEscapement As Long, lfOrientation As Long, lfWeight As Long, lfItalic As Integer, lfUnderline As Integer, lfStrikeOut As Integer, lfCharSet As Integer, lfOutPrecision As Integer, lfClipPrecision As Integer, lfQuality As Integer, lfPitchAndFamily As Integer) As String
Input value - Handle to the BlackIceDEVMODE structure
Output value - Font Height
Output value - Font width
Output value - Font escapement
Output value - Font orientation
Output value - Font weight
Output value - Font italic
Output value - Font underline
Output value - Font strike out
Output value - Font character set
Output value - Font out precision
Output value - Font clip precision
Output value - Font quality
Output value - Font pitch and family
Return value - Font face name
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.