
org.toucanpdf.model.FontStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toucanpdf Show documentation
Show all versions of toucanpdf Show documentation
Java library for the creation of PDF files
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