src/java.desktop/share/native/libfontmanager/harfbuzz/hb-subset-glyf.hh
changeset 54232 7c11a7cc7c1d
parent 50352 25db2c8f3cf8
equal deleted inserted replaced
54231:e4813eded7cb 54232:7c11a7cc7c1d
    25  */
    25  */
    26 
    26 
    27 #ifndef HB_SUBSET_GLYF_HH
    27 #ifndef HB_SUBSET_GLYF_HH
    28 #define HB_SUBSET_GLYF_HH
    28 #define HB_SUBSET_GLYF_HH
    29 
    29 
    30 #include "hb-private.hh"
    30 #include "hb.hh"
    31 
    31 
    32 #include "hb-subset-plan.hh"
    32 #include "hb-subset.hh"
    33 
    33 
    34 HB_INTERNAL bool
    34 HB_INTERNAL bool
    35 hb_subset_glyf_and_loca (hb_subset_plan_t *plan,
    35 hb_subset_glyf_and_loca (hb_subset_plan_t *plan,
    36                          bool             *use_short_loca, /* OUT */
    36                          bool             *use_short_loca, /* OUT */
    37                          hb_blob_t       **glyf_prime /* OUT */,
    37                          hb_blob_t       **glyf_prime      /* OUT */,
    38                          hb_blob_t       **loca_prime /* OUT */);
    38                          hb_blob_t       **loca_prime      /* OUT */);
    39 
    39 
    40 #endif /* HB_SUBSET_GLYF_HH */
    40 #endif /* HB_SUBSET_GLYF_HH */