src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-private.hh
changeset 50826 f5b95be8b6e2
parent 50352 25db2c8f3cf8
equal deleted inserted replaced
50825:aa0a35b071fb 50826:f5b95be8b6e2
    40 
    40 
    41 
    41 
    42 #define INDIC_TABLE_ELEMENT_TYPE uint16_t
    42 #define INDIC_TABLE_ELEMENT_TYPE uint16_t
    43 
    43 
    44 /* Cateories used in the OpenType spec:
    44 /* Cateories used in the OpenType spec:
    45  * https://www.microsoft.com/typography/otfntdev/devanot/shaping.aspx
    45  * https://docs.microsoft.com/en-us/typography/script-development/devanagari
    46  */
    46  */
    47 /* Note: This enum is duplicated in the -machine.rl source file.
    47 /* Note: This enum is duplicated in the -machine.rl source file.
    48  * Not sure how to avoid duplication. */
    48  * Not sure how to avoid duplication. */
    49 enum indic_category_t {
    49 enum indic_category_t {
    50   OT_X = 0,
    50   OT_X = 0,