Closed sciurius closed 6 months ago
Add class method standard_fonts() to PDF::API2::Resource::Font::CoreFont to return the list of the 14 standard fonts.
standard_fonts()
PDF::API2::Resource::Font::CoreFont
It is often convenient to have this list at hand.
I've just committed a similar version of this request, including accessors for the list and is_standard in the base PDF::API2 class. Thanks!
is_standard
Add class method
standard_fonts()
toPDF::API2::Resource::Font::CoreFont
to return the list of the 14 standard fonts.It is often convenient to have this list at hand.