Class FontConstants

FontConstants class

Esta clase define un conjunto de constantes para guardar fuentes.

public class FontConstants

Propiedades

NombreDescripción
static EmbedFontsAsList { get; }valores “EMBED_FONTS_AS” disponibles.

Campos

NombreDescripción
const EMBED_FONTSClave de propiedad que indica si se deben incrustar fuentes en el documento guardado
const EMBED_FONTS_ASClave de propiedad que indica un tipo de fuente a utilizar al guardar el documento
const EMBED_FONTS_TRUETYPEValor del tipo de fuente “TrueType” para la clave “EMBED_FONTS_AS”
const EMBED_FONTS_TYPE1Valor del tipo de fuente “Type1” para la tecla “EMBED_FONTS_AS”
const EMBED_FONTS_TYPE3Valor del tipo de fuente “Type3” para la tecla “EMBED_FONTS_AS”

Ver también