TextFont

class TextFont(val value: Array<String> = arrayOf( "Nanum Gothic Regular" )) : DashProperty<Array<String>> , SymbolTextStyleLayout<Array<String>>

text-font

Parameters

value

text-font

Constructors

Link copied to clipboard
constructor(value: Array<String> = arrayOf( "Nanum Gothic Regular" ))

Properties

Link copied to clipboard
open override val key: String

Layer 속성 키

Link copied to clipboard
open override val value: Array<String>