/* * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.javafx.font.directwrite; class DWRITE_GLYPH_METRICS { int leftSideBearing; int advanceWidth; int rightSideBearing; int topSideBearing; int advanceHeight; int bottomSideBearing; int verticalOriginY; }