jdk/src/java.desktop/macosx/native/libawt_lwawt/font/CoreTextSupport.h
changeset 42713 593783862f40
parent 26751 70bac69b37c9
equal deleted inserted replaced
42712:679c4f3300b1 42713:593783862f40
    30 #include "AWTFont.h"
    30 #include "AWTFont.h"
    31 
    31 
    32 #pragma mark --- CoreText Support ---
    32 #pragma mark --- CoreText Support ---
    33 
    33 
    34 #define HI_SURROGATE_START 0xD800
    34 #define HI_SURROGATE_START 0xD800
       
    35 #define HI_SURROGATE_END   0xDBFF
    35 #define LO_SURROGATE_START 0xDC00
    36 #define LO_SURROGATE_START 0xDC00
       
    37 #define LO_SURROGATE_END   0xDFFF
    36 
    38 
    37 /*
    39 /*
    38  *    Transform Unicode characters into glyphs.
    40  *    Transform Unicode characters into glyphs.
    39  *
    41  *
    40  *    Fills the "glyphsAsInts" array with the glyph codes for the current font,
    42  *    Fills the "glyphsAsInts" array with the glyph codes for the current font,