#import <CartoTypeFrameworkParam.h>
Parameters for creating a CtFramework object when detailed control is needed. For example, file buffer size and the maximum number of buffers can be set. 
◆ init
◆ fontFileName
  
  | 
        
          | - (NSString*) fontFileName |  | readwritenonatomicstrong | 
 
The font file. Must not be null or empty. 
 
 
◆ key
If non-null, an API key or encryption key to be used when loading the map. 
 
 
◆ mapFileName
  
  | 
        
          | - (NSString*) mapFileName |  | readwritenonatomicstrong | 
 
The map. Must not be null or empty. 
 
 
◆ mapFilePolicy
The file policy used for the map file. 
 
 
◆ styleSheetFileName
  
  | 
        
          | - (NSString*) styleSheetFileName |  | readwritenonatomicstrong | 
 
The style sheet. If it is null or empty, styleSheetText is used. 
 
 
◆ styleSheetText
  
  | 
        
          | - (NSString*) styleSheetText |  | readwritenonatomicstrong | 
 
The style sheet text. Used if styleSheetFileName is null or empty. 
 
 
◆ viewHeight
The height of the map in pixels. Must be greater than zero. 
 
 
◆ viewWidth
The width of the map in pixels. Must be greater than zero. 
 
 
The documentation for this class was generated from the following file: