Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
Converter converts Markdown to PDF.
type Option ¶
type Option func(*Converter)
Option configures the converter.
func WithBoldFont ¶
WithBoldFont sets the path for the bold TTF font.
func WithBoldItalicFont ¶
WithBoldItalicFont sets the path for the bold-italic TTF font.
func WithItalicFont ¶
WithItalicFont sets the path for the italic TTF font.
func WithMonoFont ¶
WithMonoFont sets the path for the monospace TTF font.
func WithRegularFont ¶
WithRegularFont sets the path for the regular TTF font.
Click to show internal directories.
Click to hide internal directories.