| * Copyright 2012 Google Inc. |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| #ifndef SkOTTable_maxp_CFF_DEFINED |
| #define SkOTTable_maxp_CFF_DEFINED |
| #include "SkOTTableTypes.h" |
| struct SkOTTableMaximumProfile_CFF { |
| static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00005000); |
| static_assert(offsetof(SkOTTableMaximumProfile_CFF, numGlyphs) == 4, "SkOTTableMaximumProfile_CFF_numGlyphs_not_at_4"); |
| static_assert(sizeof(SkOTTableMaximumProfile_CFF) == 6, "sizeof_SkOTTableMaximumProfile_CFF_not_6"); |