Type

FontResourceBase.Type property

In implementing type should return information about type of specific font resource as an instance of specific FontType type, which encapsulates all type-specific info

public abstract FontType Type { get; }

See Also