![JAR search and dependency download from the Maven repository](/logo.png)
org.jpedal.fonts.glyph.T3Size Maven / Gradle / Ivy
/*
* ===========================================
* Java Pdf Extraction Decoding Access Library
* ===========================================
*
* Project Info: http://www.idrsolutions.com
* Help section for developers at http://www.idrsolutions.com/support/
*
* (C) Copyright 1997-2017 IDRsolutions and Contributors.
*
* This file is part of JPedal/JPDF2HTML5
*
@LICENSE@
*
* ---------------
* T3Size.java
* ---------------
*/
package org.jpedal.fonts.glyph;
/**
* @author markee
*
* holds width and height for each glyph in unscaled units
*/
public class T3Size {
public int x, y;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy