org.rococoa.cocoa.ats
Interface ATSLibrary.ATSFontNotifyOption

Enclosing interface:
ATSLibrary

public static interface ATSLibrary.ATSFontNotifyOption

ATSFontNotifyOption

Discussion:
Options used with ATSFontNotificationSubscribe. Any of the
options that follow may be used together in order to alter the
default behavior of ATS notifications.
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ATS.framework/Headers/ATSFont.h:136
enum values


Field Summary
static int kATSFontNotifyOptionDefault
           
static int kATSFontNotifyOptionReceiveWhileSuspended
          Normally applications will only receive ATS notifications while in
the foreground.
 

Field Detail

kATSFontNotifyOptionDefault

static final int kATSFontNotifyOptionDefault
See Also:
Constant Field Values

kATSFontNotifyOptionReceiveWhileSuspended

static final int kATSFontNotifyOptionReceiveWhileSuspended
Normally applications will only receive ATS notifications while in
the foreground. If suspended, the notification will be delivered
when then application comes to the foreground. This is the
default. You should set this option if you are a server or tool
that performs font management functions and require immediate
notification when something changes.

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.