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

com.craigburke.document.core.Heading.groovy Maven / Gradle / Ivy

The newest version!
package com.craigburke.document.core

/**
 * Created by craig on 3/25/15.
 */
class Heading extends TextBlock {
    static final FONT_SIZE_MULTIPLIERS = [2, 1.5, 1.17, 1.12, 0.83, 0.75]
    int level = 1
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy