elixir-pdf icon indicating copy to clipboard operation
elixir-pdf copied to clipboard

Fix warning due to Elixir 1.17

Open dinhhuydh opened this issue 6 months ago • 1 comments

Overview

As discussion in #44 that the library needs new implementation because at the run-time, it does not know the font is module or struct, so it raises warning when calling font.name. This is fix for warning due to Elixir 1.17 for current implementation.

dinhhuydh avatar Aug 15 '24 11:08 dinhhuydh