Okapi .NET Library

IFilterItem.SetFont Method 

 [This is preliminary documentation and subject to change.]

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
);

Parameters

p_sValue
The new font information to set.

Remarks

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.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | GetFont