@ -755,7 +755,7 @@ struct SinglePosFormat1
bool subset ( hb_subset_context_t * c ) const
{
TRACE_SUBSET ( this ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset ( ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset_gsub ( ) ;
const hb_map_t & glyph_map = * c - > plan - > glyph_map ;
auto it =
@ -870,7 +870,7 @@ struct SinglePosFormat2
bool subset ( hb_subset_context_t * c ) const
{
TRACE_SUBSET ( this ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset ( ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset_gsub ( ) ;
const hb_map_t & glyph_map = * c - > plan - > glyph_map ;
unsigned sub_length = valueFormat . get_len ( ) ;
@ -1129,7 +1129,7 @@ struct PairSet
if ( unlikely ( ! c - > serializer - > extend_min ( out ) ) ) return_trace ( false ) ;
out - > len = 0 ;
const hb_set_t & glyphset = * c - > plan - > glyphset ( ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset_gsub ( ) ;
const hb_map_t & glyph_map = * c - > plan - > glyph_map ;
unsigned len1 = valueFormats [ 0 ] . get_len ( ) ;
@ -1250,7 +1250,7 @@ struct PairPosFormat1
{
TRACE_SUBSET ( this ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset ( ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset_gsub ( ) ;
const hb_map_t & glyph_map = * c - > plan - > glyph_map ;
auto * out = c - > serializer - > start_embed ( * this ) ;
@ -1441,7 +1441,7 @@ struct PairPosFormat2
} )
;
const hb_set_t & glyphset = * c - > plan - > _ glyphset_gsub;
const hb_set_t & glyphset = * c - > plan - > glyphset_gsub ( ) ;
const hb_map_t & glyph_map = * c - > plan - > glyph_map ;
auto it =
@ -1728,7 +1728,7 @@ struct CursivePosFormat1
bool subset ( hb_subset_context_t * c ) const
{
TRACE_SUBSET ( this ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset ( ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset_gsub ( ) ;
const hb_map_t & glyph_map = * c - > plan - > glyph_map ;
auto * out = c - > serializer - > start_embed ( * this ) ;
@ -1904,7 +1904,7 @@ struct MarkBasePosFormat1
bool subset ( hb_subset_context_t * c ) const
{
TRACE_SUBSET ( this ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset ( ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset_gsub ( ) ;
const hb_map_t & glyph_map = * c - > plan - > glyph_map ;
auto * out = c - > serializer - > start_embed ( * this ) ;
@ -2288,7 +2288,7 @@ struct MarkMarkPosFormat1
bool subset ( hb_subset_context_t * c ) const
{
TRACE_SUBSET ( this ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset ( ) ;
const hb_set_t & glyphset = * c - > plan - > glyphset_gsub ( ) ;
const hb_map_t & glyph_map = * c - > plan - > glyph_map ;
auto * out = c - > serializer - > start_embed ( * this ) ;