public class

DrawTextParams

extends Object
java.lang.Object
   ↳ com.ksyun.media.shortvideo.sticker.DrawTextParams

Class Overview

draw text params

Summary

Constants
int DEFAULT_TEXT_SIZE
Fields
public boolean autoNewLine
public String text
public TextPaint textPaint
public float text_bottom_padding the text bottom padding
public float text_left_padding the text left padding
public float text_right_padding the text right padding
public float text_top_padding the text top padding
Public Constructors
DrawTextParams()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int DEFAULT_TEXT_SIZE

Constant Value: 80 (0x00000050)

Fields

public boolean autoNewLine

public String text

public TextPaint textPaint

public float text_bottom_padding

the text bottom padding

public float text_left_padding

the text left padding

public float text_right_padding

the text right padding

public float text_top_padding

the text top padding

Public Constructors

public DrawTextParams ()