NTLabelStyle


@interface NTLabelStyle : NTBillboardStyle

A style for labels. Contains attributes for configuring how the label is drawn on the screen.

  • Returns the horizontal anchor point of the label.

    Declaration

    Objective-C

    - (float)getAnchorPointX;

    Return Value

    The horizontal anchor point of the label.

  • Returns the vertical anchor point of the label.

    Declaration

    Objective-C

    - (float)getAnchorPointY;

    Return Value

    The vertical anchor point of the label.

  • Returns the state of the flippable flag.

    Declaration

    Objective-C

    - (BOOL)isFlippable;

    Return Value

    True if the label is flippable.

  • Returns the orientation mode of the label.

    Declaration

    Objective-C

    - (enum NTBillboardOrientation)getOrientationMode;

    Return Value

    The orientation mode of the label.

  • Returns the scaling mode of the label.

    Declaration

    Objective-C

    - (enum NTBillboardScaling)getScalingMode;

    Return Value

    The scaling mode of the label.

  • Returns the relative rendering scale of the label.

    Declaration

    Objective-C

    - (float)getRenderScale;

    Return Value

    The relative rendering scale of the label.

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;