Searched refs:fsSelection (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-os2-table.hh74 USHORT fsSelection; member in struct:OT::os2
H A Dhb-ot-font.cc70 if (0 != (os2->fsSelection & USE_TYPO_METRICS))
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DTrueTypeFont.java1000 /* TrueTypeFont can use the fsSelection fields of OS/2 table
1022 /* fsSelection is unsigned short at buffer offset 62 */
1027 int fsSelection = os_2Table.getChar(62) & 0xffff;
1028 int italic = fsSelection & fsSelectionItalicBit;
1029 int bold = fsSelection & fsSelectionBoldBit;
1030 int regular = fsSelection & fsSelectionRegularBit;

Completed in 50 milliseconds