Class LinuxSystemFontResolver.FcFontSetHandle
Implements
Inherited Members
Namespace: Colectica.Reporting
Assembly: Colectica.Reporting.dll
Syntax
public class LinuxSystemFontResolver.FcFontSetHandle : SafeHandle, IDisposable
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
Declaration
public override bool IsInvalid { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Methods
Read()
Declaration
public LinuxSystemFontResolver.FcFontSet Read()
Returns
Type | Description |
---|---|
LinuxSystemFontResolver.FcFontSet |
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
Declaration
protected override bool ReleaseHandle()
Returns
Type | Description |
---|---|
bool | true if the handle is released successfully; otherwise, in the event of a catastrophic failure, |