class PDF::Reader::Resources
def fonts
of calling it over and over.
with no caching. You will want to cache the results instead
NOTE: this method de-serialise objects from the underlying PDF
Returns a Hash of fonts that are available to this page
def fonts @objects.deref_hash!(@resources[:Font]) || {} end