< prev index next >

src/java.desktop/unix/native/common/awt/awt_Font.h

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 32,46 **** jfieldID size; jmethodID getPeer; jmethodID getFamily; }; - /* fieldIDs for XFontPeer fields that may be accessed from C */ - struct XFontPeerIDs { - jfieldID xfsname; - }; - /* fieldIDs for PlatformFont fields that may be accessed from C */ struct PlatformFontIDs { jfieldID componentFonts; jfieldID fontConfig; jmethodID makeConvertedMultiFontString; --- 32,41 ----
< prev index next >