Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

FontFamily.valid

Retrieves a boolean value that indicates whether the specified value is a valid FontFamily constant.

Syntax

public static boolean valid( int value )

Parameters

value

The value to verify against the constants defined in this class.

Return Value

Returns true if the specified value is valid; otherwise, returns false.