createCustomFormatter
Contents
[
Hide
]createCustomFormatter(EmbeddedWoffFontsHtmlController formattingController) method
Creates and returns HTML formatter for custom callback-driven html generation.
Parameters
Name | Type | Description |
---|---|---|
formattingController | EmbeddedWoffFontsHtmlController | Callback interface which controls html file generation. |
Returns
HtmlFormatter
createCustomFormatter(VideoPlayerHtmlController formattingController) method
Creates and returns HTML formatter for custom callback-driven html generation.
Parameters
Name | Type | Description |
---|---|---|
formattingController | VideoPlayerHtmlController | Callback interface which controls html file generation. |
Returns
HtmlFormatter
createCustomFormatter(EmbeddedEotFontsHtmlController formattingController) method
Creates and returns HTML formatter for custom callback-driven html generation.
Parameters
Name | Type | Description |
---|---|---|
formattingController | EmbeddedEotFontsHtmlController | Callback interface which controls html file generation. |
Returns
HtmlFormatter
createCustomFormatter(ResponsiveHtmlController formattingController) method
Creates and returns HTML formatter for custom callback-driven html generation.
Parameters
Name | Type | Description |
---|---|---|
formattingController | ResponsiveHtmlController | Callback interface which controls html file generation. |
Returns
HtmlFormatter
createCustomFormatter(EmbedAllFontsHtmlController formattingController) method
Creates and returns HTML formatter for custom callback-driven html generation.
Parameters
Name | Type | Description |
---|---|---|
formattingController | EmbedAllFontsHtmlController | Callback interface which controls html file generation. |
Returns
HtmlFormatter