org.rococoa.cocoa.ats
Interface ATSLibrary.ATSFontNotifyAction

Enclosing interface:
ATSLibrary

public static interface ATSLibrary.ATSFontNotifyAction

ATSFontNotifyAction

Discussion:
Used with ATSFontNotify. The following is a list of actions you
might wish the ATS server to perform and notify clients if
appropriate.
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ATS.framework/Headers/ATSFont.h:166
enum values


Field Summary
static int kATSFontNotifyActionDirectoriesChanged
          The ATS system with the help of the Finder keeps track of changes
to any of the font directories in the system domains ( System,
Local, Network, User, & Classic).
static int kATSFontNotifyActionFontsChanged
          Used after a batch (de)activation of fonts occurs.
 

Field Detail

kATSFontNotifyActionFontsChanged

static final int kATSFontNotifyActionFontsChanged
Used after a batch (de)activation of fonts occurs. Typically the
caller has exercised multiple global (De)Activation calls with the
kATSOptionFlagsDoNotNotify set. Once all calls are completed, one
may use ATSFontNotify with this action to ask ATS to notify all
clients.

See Also:
Constant Field Values

kATSFontNotifyActionDirectoriesChanged

static final int kATSFontNotifyActionDirectoriesChanged
The ATS system with the help of the Finder keeps track of changes
to any of the font directories in the system domains ( System,
Local, Network, User, & Classic). However, one may wish to
add/remove fonts to these locations programmatically. This action
is used to let ATS server to rescan these directories and post
notifications if necessary.

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.