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 1 year 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

@andrewtimberlake Does this approach fix the problem in a correct way?

cgrothaus avatar Sep 19 '24 07:09 cgrothaus

Closed as the issue fixed in #52.

dinhhuydh avatar Jan 21 '25 08:01 dinhhuydh