// Copyright (c) 2009-2017 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.
// Name INDEX. This name is used in name.cc as a postscript font name.
std::string name;
// The number of fonts the file has.
size_t font_dict_length; // A map from glyph # to font #.
CFFFDSelect fd_select;
// A list of char strings.
CFFIndex* charstrings_index; // A list of Local Subrs associated with FDArrays. Can be empty.
std::vector<CFFIndex *> local_subrs_per_font; // A Local Subrs associated with Top DICT. Can be NULL.
CFFIndex *local_subrs;
// CFF2 vsindex: per FontDICT->PrivateDICT // default of 0 is stored for each font if not // explicitly set in Font's PrivateDICT.
std::vector<int32_t> vsindex_per_font;
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.