Sets the font information for the item.
[Visual Basic] Sub SetFont( _ ByVal p_sValue As String _ ) [C#] void SetFont( string p_sValue ); [C++] void SetFont( String* p_sValue ); [JScript] function SetFont( String p_sValue );
Use this method to set the font information for the item. The string representation of the font information is the same as for the font
attribute in XLIFF.
IFilterItem Interface | Okapi.Library.Filter Namespace | GetFont