﻿# FontSavingModes
Enumerates modes that can be used for saving of fonts
referenced in saved PDF 
            

## Enum
Name | Type | Value | Description
------------ | ------------- | ------------- | -------------
**ALWAYS_SAVE_AS_EOT** | **string** | 'AlwaysSaveAsEOT' | All referenced fonts will be saved and referenced as EOT-fonts
**ALWAYS_SAVE_AS_TTF** | **string** | 'AlwaysSaveAsTTF' | All referenced fonts will be saved and referenced as TTF-fonts
**ALWAYS_SAVE_AS_WOFF** | **string** | 'AlwaysSaveAsWOFF' | All referenced fonts will be saved and referenced as WOFF-fonts
**SAVE_IN_ALL_FORMATS** | **string** | 'SaveInAllFormats' | All referenced fonts will be saved (and referenced in CSS) as 3 independent files : EOT, TTH,WOFF. It increases size of output data but makes output sutable for overhelming majority of web brawsers

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/FontSavingModes.php)

