src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh
changeset 50826 f5b95be8b6e2
parent 50352 25db2c8f3cf8
child 54232 7c11a7cc7c1d
equal deleted inserted replaced
50825:aa0a35b071fb 50826:f5b95be8b6e2
    34 namespace OT {
    34 namespace OT {
    35 
    35 
    36 #define NOT_INDEXED   ((unsigned int) -1)
    36 #define NOT_INDEXED   ((unsigned int) -1)
    37 
    37 
    38 /*
    38 /*
    39  * BASE -- The BASE Table
    39  * BASE -- Baseline
       
    40  * https://docs.microsoft.com/en-us/typography/opentype/spec/base
    40  */
    41  */
    41 
    42 
    42 struct BaseCoordFormat1
    43 struct BaseCoordFormat1
    43 {
    44 {
    44   inline int get_coord (void) const { return coordinate; }
    45   inline int get_coord (void) const { return coordinate; }