QuestionText

public class QuestionText
  • Declaration

    Swift

    public var isEmpty: Bool { get }
  • Declaration

    Swift

    public let rawText: String
  • Declaration

    Swift

    public let hasStyle: Bool
  • Declaration

    Swift

    public init(rawText: String, hasStyle: Bool = true)
  • Declaration

    Swift

    public func get() -> String
  • Declaration

    Swift

    public func getHtml() -> String
  • Declaration

    Swift

    public func getHtml(size: CGFloat, color: String) -> String