Objective Grid for Microsoft® .NET® Reference Guide

OGFont.IsSubSet Method 

Back to Class Index

Returns true if and only if this font is a subset of the specified font.

[Visual Basic]
Public Function IsSubSet( _
   ByVal ft As OGFont _
) As Boolean
[C#]
public bool IsSubSet(
   OGFont ft
);

Parameters

ft
The font to perform the subset operation upon.

See Also

OGFont Class | OGFont Members | Stingray.Grid Namespace