# File lib/ttfunk/table/name.rb, line 71
      def postscript_name
        return @postscript_name if @postscript_name
        font_family.first || "unnamed"
      end