asciidoctor-pdf-cjk-kai_gen_gothic icon indicating copy to clipboard operation
asciidoctor-pdf-cjk-kai_gen_gothic copied to clipboard

Prawn::Errors::CannotFit

Open chloerei opened this issue 9 years ago • 0 comments

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.

chloerei avatar Jul 11 '15 15:07 chloerei