// Copyright (c) 2022 The OTS Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file.
#ifndef OTS_CPAL_H_ #define OTS_CPAL_H_
#include"ots.h"
#include <vector>
namespace ots {
class OpenTypeCPAL : public Table { public: explicit OpenTypeCPAL(Font *font, uint32_t tag)
: Table(font, tag, tag) {
}
// Arrays present only if version == 1.
std::vector<uint32_t> paletteTypes;
std::vector<uint16_t> paletteLabels;
std::vector<uint16_t> paletteEntryLabels;
};
} // namespace ots
#endif// OTS_CPAL_H_
Messung V0.5
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.