asciidoctor-pdf-cjk-kai_gen_gothic
asciidoctor-pdf-cjk-kai_gen_gothic copied to clipboard
Prawn::Errors::CannotFit
Examle:
[code, ruby]
----
puts "hello world" <1>
----
<1> Text
Conum("\u2460") will raise Prawn::Errors::CannotFit
.
Possible reason: base font doesn't have number mark, asciidoctor-pdf get width of base font, and print graph from fallback font, and fallback font is wider than base font, than raise CannotFit.