/* * 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_OS_2_V2_DEFINED #define SkOTTable_OS_2_V2_DEFINED #include "src/base/SkEndian.h" #include "src/sfnt/SkIBMFamilyClass.h" #include "src/sfnt/SkOTTableTypes.h" #include "src/sfnt/SkPanose.h" #pragma pack(push, 1) struct SkOTTableOS2_V2 { … }; #pragma pack(pop) static_assert …; #endif