Package icyllis.modernui.markdown
Class MarkdownTheme
java.lang.Object
icyllis.modernui.markdown.MarkdownTheme
Controlling the styled attributes for rendering Markdown.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MarkdownTheme.Builder
builder()
static MarkdownTheme.Builder
builderWithDefaults
(Context context) int
int
int
int
int
int
int
int
int
int
int
float
getHeadingTextSizeMultiplier
(int level) int
int
int
-
Method Details
-
builder
-
builderWithDefaults
-
getBlockQuoteMargin
public int getBlockQuoteMargin() -
getBlockQuoteWidth
public int getBlockQuoteWidth() -
getBlockQuoteColor
public int getBlockQuoteColor() -
getListItemMargin
public int getListItemMargin() -
getListItemColor
public int getListItemColor() -
getCodeTextColor
public int getCodeTextColor() -
getCodeBackgroundColor
public int getCodeBackgroundColor() -
getCodeTypeface
-
getCodeTextSize
public int getCodeTextSize() -
getCodeBlockTextColor
public int getCodeBlockTextColor() -
getCodeBlockBackgroundColor
public int getCodeBlockBackgroundColor() -
getCodeBlockTypeface
-
getCodeBlockTextSize
public int getCodeBlockTextSize() -
getCodeBlockMargin
public int getCodeBlockMargin() -
getHeadingBreakColor
public int getHeadingBreakColor() -
getHeadingTypeface
-
getHeadingTextSizeMultiplier
public float getHeadingTextSizeMultiplier(int level) -
getThematicBreakColor
public int getThematicBreakColor()
-