Contents

labelNodeWithFontNamed:

Initializes a new label object.

Declaration

+ (instancetype) labelNodeWithFontNamed:(NSString *) fontName;

Parameters

  • fontName:

    The name of the font used by the label.

Mentioned in

Return Value

An initialized label object.

See Also

Creating a Label