createWithTextPropertiesValue

open fun createWithTextPropertiesValue(textValue: String, fontSize: Float, fontColor: Integer, fontStrokeColor: Integer, maxTextWidth: Float): VenueLayerStyle

Convenience initializer for creating text style layers

Return

a new style layer with the text properties initialized

Parameters

textValue

the text value for this style

fontSize

the font size for this style

fontColor

the font color for this style

fontStrokeColor

the stroke color for this style

maxTextWidth

the max text width for this style