protected: // Roman, Ideographic centered, Ideographic low, Hanging and Math // are the default defined ones, but any other maybe accessed also.
HBINT16 deltas[32]; /* These are the FUnit distance deltas from *thefont'snaturalbaselinetotheother
* baselines used in the font. */ public:
DEFINE_SIZE_STATIC (64);
};
protected:
HBGlyphID16 stdGlyph; /* The specific glyph index number in this *fontthatisusedtosetthebaselinevalues. *Thisisthestandardglyph. *Thisglyphmustcontainasetofcontrolpoints *(whosenumbersarecontainedinthectlPointsfield)
* that are used to determine baseline distances. */
HBUINT16 ctlPoints[32]; /* Set of control point numbers, *associatedwiththestandardglyph. *Avalueof0xFFFFmeansthereisnocorresponding
* control point in the standard glyph. */ public:
DEFINE_SIZE_STATIC (66);
};
protected:
FixedVersion<>version; /* Version number of the Baseline table. */
HBUINT16 format; /* Format of the baseline table. Only one baseline
* format may be selected for the font. */
HBUINT16 defaultBaseline;/* Default baseline value for all glyphs.
* This value can be from 0 through 31. */ union { // Distance-Based Formats
BaselineTableFormat0Part format0;
BaselineTableFormat1Part format1; // Control Point-based Formats
BaselineTableFormat2Part format2;
BaselineTableFormat3Part format3;
} parts; public:
DEFINE_SIZE_MIN (8);
};
} /* namespace AAT */
#endif/* HB_AAT_LAYOUT_BSLN_TABLE_HH */
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.16 Sekunden
(vorverarbeitet am 2026-06-10)
¤
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.