All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.toucanpdf.model.FontStyle Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package org.toucanpdf.model;

/**
 * Enum containing the default font styles of the default PDF fonts.
 * @author Dylan de Wolff
 */
public enum FontStyle {
    NORMAL,
    BOLD,
    ITALIC,
    BOLDITALIC
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy