blob: 04879a4ab9d329c8ba3fb79c0de4c1eb311ac70a [file] [log] [blame]
package org.eclipse.swt.internal.photon;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class FontDetails {
public byte[] desc = new byte[OS.MAX_DESC_LENGTH];
public byte[] stem = new byte[OS.MAX_FONT_TAG];
public short losize;
public short hisize;
public short flags;
public static final int sizeof = 128;
}