class Asciidoctor::Pdf::Converter
Public Instance Methods
typeset_text(string, line_metrics, opts = {})
Also aliased as: typeset_text_without_break_words
Alias for: typeset_text_with_break_words
typeset_text_with_break_words(string, line_metrics, opts = {})
click to toggle source
# File lib/asciidoctor/pdf/cjk/converter.rb, line 4 def typeset_text_with_break_words(string, line_metrics, opts = {}) typeset_text_without_break_words ::Asciidoctor::Pdf::Cjk.break_words(string), line_metrics, opts end
Also aliased as: typeset_text