Okapi .NET Library

IFilterItem.GetFont Method 

 [This is preliminary documentation and subject to change.]

Gets the font information of the item.

[Visual Basic]
Function GetFont() As String
[C#]
string GetFont();
[C++]
String* GetFont();
[JScript]
function GetFont(): String;

Return Value

The font information for the item.

Remarks

This value is equivalent to the font attribute in XLIFF. You can use the HasFont property to query whether the item has font information.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | GetFont