HomeSort by relevance Sort by last modified time
    Searched defs:OS2Table (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.cc 101 * class OS2Table
103 OS2Table::~OS2Table() {}
105 int32_t OS2Table::TableVersion() {
109 int32_t OS2Table::XAvgCharWidth() {
113 int32_t OS2Table::UsWeightClass() {
117 int32_t OS2Table::UsWidthClass() {
121 int32_t OS2Table::FsType() {
125 int32_t OS2Table::YSubscriptXSize() {
129 int32_t OS2Table::YSubscriptYSize()
    [all...]
os2_table.h 313 class OS2Table : public Table, public RefCounted<OS2Table> {
413 ~OS2Table();
502 OS2Table(Header* header, ReadableFontData* data);
504 typedef Ptr<OS2Table> OS2TablePtr;

Completed in 3209 milliseconds