[]
        
Specifies the method of font compression in the font atlas.
public enum FontCompressionLevel
  Public Enum FontCompressionLevel
  | Name | Description | 
|---|---|
| Default | Better compression and relatively fast decompression.  | 
      
| Fast | Fast compression using the standard compression algorithm from System.IO.Compression.  | 
      
| Store | No compression is performed on the source font.  |