FontSourceBase

FontSourceBase class

This is an abstract base class for the classes that allow the user to specify various font sources

class FontSourceBase;

Methods

MethodDescription
isNull()Checks whether the implementation object is null.
getType()Returns the type of the font source.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

getType()

Returns the type of the font source.

getType() : FontSourceType;

Returns

FontSourceType