You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
[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.
The text was updated successfully, but these errors were encountered:
Examle:
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.
The text was updated successfully, but these errors were encountered: