[varc] Add guards

pull/4578/head
Behdad Esfahbod 11 months ago
parent 7ef7ded298
commit 70665adc28
  1. 3
      src/OT/Var/VARC/VARC.hh

@ -12,6 +12,8 @@ namespace OT {
* https://github.com/harfbuzz/boring-expansion-spec/blob/main/VARC.md
*/
#ifndef HB_NO_VAR
struct VarComponent
{
HB_INTERNAL hb_ubytes_t
@ -117,6 +119,7 @@ VarComponent::get_path_at (hb_font_t *font, hb_codepoint_t parent_gid, hb_draw_s
return record;
}
#endif
//}

Loading…
Cancel
Save