< prev index next >

src/java.desktop/macosx/native/libawt_lwawt/font/CoreTextSupport.h

Print this page

        

*** 30,40 **** --- 30,42 ---- #include "AWTFont.h" #pragma mark --- CoreText Support --- #define HI_SURROGATE_START 0xD800 + #define HI_SURROGATE_END 0xDBFF #define LO_SURROGATE_START 0xDC00 + #define LO_SURROGATE_END 0xDFFF /* * Transform Unicode characters into glyphs. * * Fills the "glyphsAsInts" array with the glyph codes for the current font,
< prev index next >