Gets the font information of the item.
[Visual Basic] Function GetFont() As String [C#] string GetFont(); [C++] String* GetFont(); [JScript] function GetFont(): String;
The font information for the item.
This value is equivalent to the font
attribute in XLIFF. You can use the HasFont property to query whether the item has font information.
IFilterItem Interface | Okapi.Library.Filter Namespace | GetFont