Classic Mac OS Software (Discussions on Applications) > Photo/Image/Graphics Viewing & Editing

Font of bookmarks in Acrobat Reader 5

(1/1)

OS923:
Is there a way to change the font of the bookmarks in Acrobat Reader 5?

OS923:
If you remove Helvetica, then GetFNum(Helvetica) is 0, which means "system font". There are 2 system fonts, one for the menus and title bars and one for the rest, which is Geneva.

My extension patches GetFNum to make it return 0 if the family ID of Helvetica was returned (this is a bit faster than comparing the font name) and the current application is Acrobat or Reader. Because Acrobat and Reader use their own library to render PDF documents, Helvetica can still be drawn in the documents.

Unfortunately the PPC version crashes, although it looked like a normal trap that was easy to patch.

Navigation

[0] Message Index

Go to full version