✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server.blackpussy.asia ​🇻​♯➤ 5.14.0-611.20.1.el9_7.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 163.245.207.76 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗞 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ mail,mb_send_mail
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/share/doc/libicu-devel/samples/layout//sfnt.h
/*
 ******************************************************************************
 *
 *   © 2016 and later: Unicode, Inc. and others.
 *   License & terms of use: http://www.unicode.org/copyright.html#License
 *
 ******************************************************************************
 ****************************************************************************** *
 *
 *   Copyright (C) 1999-2001, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ****************************************************************************** *
 *   file name:  sfnt.h
 *
 *   created on: ??/??/2001
 *   created by: Eric R. Mader
 */

#ifndef __SFNT_H
#define __SFNT_H

#include "LETypes.h"


#ifndef ANY_NUMBER
#define ANY_NUMBER 1
#endif

struct DirectoryEntry
{
    le_uint32   tag;
    le_uint32   checksum;
    le_uint32   offset;
    le_uint32   length;
};

struct SFNTDirectory
{
    le_uint32       scalerType;
    le_uint16       numTables;
    le_uint16       searchRange;
    le_uint16       entrySelector;
    le_uint16       rangeShift;
    DirectoryEntry  tableDirectory[ANY_NUMBER];
};


struct CMAPEncodingSubtableHeader
{
    le_uint16   platformID;
    le_uint16   platformSpecificID;
    le_uint32   encodingOffset;
};

struct CMAPTable
{
    le_uint16   version;
    le_uint16   numberSubtables;
    CMAPEncodingSubtableHeader encodingSubtableHeaders[ANY_NUMBER];
};

struct CMAPEncodingSubtable
{
    le_uint16   format;
    le_uint16   length;
    le_uint16   language;
};

struct CMAPFormat0Encoding : CMAPEncodingSubtable
{
    le_uint8    glyphIndexArray[256];
};

struct CMAPFormat2Subheader
{
    le_uint16   firstCode;
    le_uint16   entryCount;
    le_int16    idDelta;
    le_uint16   idRangeOffset;
};

struct CMAPFormat2Encoding : CMAPEncodingSubtable
{
    le_uint16  subHeadKeys[256];
    CMAPFormat2Subheader subheaders[ANY_NUMBER];
};

struct CMAPFormat4Encoding : CMAPEncodingSubtable
{
    le_uint16   segCountX2;
    le_uint16   searchRange;
    le_uint16   entrySelector;
    le_uint16   rangeShift;
    le_uint16   endCodes[ANY_NUMBER];
//  le_uint16   reservedPad;
//  le_uint16   startCodes[ANY_NUMBER];
//  le_uint16   idDelta[ANY_NUMBER];
//  le_uint16   idRangeOffset[ANY_NUMBER];
//  le_uint16   glyphIndexArray[ANY_NUMBER];
};

struct CMAPFormat6Encoding : CMAPEncodingSubtable
{
    le_uint16   firstCode;
    le_uint16   entryCount;
    le_uint16   glyphIndexArray[ANY_NUMBER];
};

struct CMAPEncodingSubtable32
{
    le_uint32   format;
    le_uint32   length;
    le_uint32   language;
};

struct CMAPGroup
{
    le_uint32   startCharCode;
    le_uint32   endCharCode;
    le_uint32   startGlyphCode;
};

struct CMAPFormat8Encoding : CMAPEncodingSubtable32
{
    le_uint32   is32[65536/32];
    le_uint32   nGroups;
    CMAPGroup   groups[ANY_NUMBER];
};

struct CMAPFormat10Encoding : CMAPEncodingSubtable32
{
    le_uint32   startCharCode;
    le_uint32   numCharCodes;
    le_uint16   glyphs[ANY_NUMBER];
};

struct CMAPFormat12Encoding : CMAPEncodingSubtable32
{
    le_uint32   nGroups;
    CMAPGroup   groups[ANY_NUMBER];
};

typedef le_int32 fixed;

struct BigDate
{
    le_uint32   bc;
    le_uint32   ad;
};

struct HEADTable
{
    fixed       version;
    fixed       fontRevision;
    le_uint32   checksumAdjustment;
    le_uint32   magicNumber;
    le_uint16   flags;
    le_uint16   unitsPerEm;
    BigDate     created;
    BigDate     modified;
    le_int16    xMin;
    le_int16    yMin;
    le_int16    xMax;
    le_int16    yMax;
    le_int16    lowestRecPPEM;
    le_int16    fontDirectionHint;
    le_int16    indexToLocFormat;
    le_int16    glyphDataFormat;
};

struct MAXPTable
{
    fixed       version;
    le_uint16   numGlyphs;
    le_uint16   maxPoints;
    le_uint16   maxContours;
    le_uint16   maxComponentPoints;
    le_uint16   maxComponentContours;
    le_uint16   maxZones;
    le_uint16   maxTwilightPoints;
    le_uint16   maxStorage;
    le_uint16   maxFunctionDefs;
    le_uint16   maxInstructionDefs;
    le_uint16   maxStackElements;
    le_uint16   maxSizeOfInstructions;
    le_uint16   maxComponentElements;
    le_uint16   maxComponentDepth;
};

struct HHEATable
{
    fixed       version;
    le_int16    ascent;
    le_int16    descent;
    le_int16    lineGap;
    le_uint16   advanceWidthMax;
    le_int16    minLeftSideBearing;
    le_int16    minRightSideBearing;
    le_int16    xMaxExtent;
    le_int16    caretSlopeRise;
    le_int16    caretSlopeRun;
    le_int16    caretOffset;
    le_int16    reserved1;
    le_int16    reserved2;
    le_int16    reserved3;
    le_int16    reserved4;
    le_int16    metricDataFormat;
    le_uint16   numOfLongHorMetrics;
};

struct LongHorMetric
{
    le_uint16   advanceWidth;
    le_int16    leftSideBearing;
};

struct HMTXTable
{
    LongHorMetric hMetrics[ANY_NUMBER];        // ANY_NUMBER = numOfLongHorMetrics from hhea table
//  le_int16      leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
};

#endif


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
17 Jan 2026 3.22 PM
root / root
0755
FontMap.GDI
0.416 KB
22 Apr 2020 8.04 PM
root / root
0644
FontMap.Gnome
0.383 KB
22 Apr 2020 8.04 PM
root / root
0644
FontMap.cpp
7.341 KB
22 Apr 2020 8.04 PM
root / root
0644
FontMap.h
1.843 KB
22 Apr 2020 8.04 PM
root / root
0644
FontTableCache.cpp
2.37 KB
22 Apr 2020 8.04 PM
root / root
0644
FontTableCache.h
1.063 KB
22 Apr 2020 8.04 PM
root / root
0644
GDIFontInstance.cpp
9.596 KB
22 Apr 2020 8.04 PM
root / root
0644
GDIFontInstance.h
3.602 KB
22 Apr 2020 8.04 PM
root / root
0644
GDIFontMap.cpp
1.324 KB
22 Apr 2020 8.04 PM
root / root
0644
GDIFontMap.h
1.232 KB
22 Apr 2020 8.04 PM
root / root
0644
GDIGUISupport.cpp
0.842 KB
22 Apr 2020 8.04 PM
root / root
0644
GDIGUISupport.h
0.927 KB
22 Apr 2020 8.04 PM
root / root
0644
GUISupport.h
0.869 KB
22 Apr 2020 8.04 PM
root / root
0644
GnomeFontInstance.cpp
5.427 KB
22 Apr 2020 8.04 PM
root / root
0644
GnomeFontInstance.h
3.789 KB
22 Apr 2020 8.04 PM
root / root
0644
GnomeFontMap.cpp
1.394 KB
22 Apr 2020 8.04 PM
root / root
0644
GnomeFontMap.h
1.211 KB
22 Apr 2020 8.04 PM
root / root
0644
GnomeGUISupport.cpp
1.049 KB
22 Apr 2020 8.04 PM
root / root
0644
GnomeGUISupport.h
0.938 KB
22 Apr 2020 8.04 PM
root / root
0644
LayoutSample.rc
3.369 KB
22 Apr 2020 8.04 PM
root / root
0644
Makefile
2.913 KB
29 Jul 2025 4.16 PM
root / root
0644
Makefile.in
2.921 KB
22 Apr 2020 8.04 PM
root / root
0644
RenderingSurface.h
1.093 KB
22 Apr 2020 8.04 PM
root / root
0644
Sample.txt
1.657 KB
22 Apr 2020 8.04 PM
root / root
0644
ScriptCompositeFontInstance.cpp
3.197 KB
22 Apr 2020 8.04 PM
root / root
0644
ScriptCompositeFontInstance.h
6.154 KB
22 Apr 2020 8.04 PM
root / root
0644
Surface.cpp
0.871 KB
22 Apr 2020 8.04 PM
root / root
0644
Surface.h
0.507 KB
22 Apr 2020 8.04 PM
root / root
0644
UnicodeReader.cpp
4.104 KB
22 Apr 2020 8.04 PM
root / root
0644
UnicodeReader.h
0.976 KB
22 Apr 2020 8.04 PM
root / root
0644
arraymem.h
0.631 KB
22 Apr 2020 8.04 PM
root / root
0644
cgnomelayout.c
8.445 KB
22 Apr 2020 8.04 PM
root / root
0644
clayout.c
9.824 KB
22 Apr 2020 8.04 PM
root / root
0644
cmaps.cpp
5.301 KB
22 Apr 2020 8.04 PM
root / root
0644
cmaps.h
2.057 KB
22 Apr 2020 8.04 PM
root / root
0644
gdiglue.cpp
1.667 KB
22 Apr 2020 8.04 PM
root / root
0644
gdiglue.h
0.96 KB
22 Apr 2020 8.04 PM
root / root
0644
gnomeglue.cpp
1.643 KB
22 Apr 2020 8.04 PM
root / root
0644
gnomeglue.h
0.963 KB
22 Apr 2020 8.04 PM
root / root
0644
gnomelayout.cpp
8.497 KB
22 Apr 2020 8.04 PM
root / root
0644
gsupport.h
0.361 KB
22 Apr 2020 8.04 PM
root / root
0644
layout.cpp
9.797 KB
22 Apr 2020 8.04 PM
root / root
0644
layout.sln
1.174 KB
22 Apr 2020 8.04 PM
root / root
0644
layout.vcxproj
12.924 KB
22 Apr 2020 8.04 PM
root / root
0644
layout.vcxproj.filters
3.059 KB
22 Apr 2020 8.04 PM
root / root
0644
paragraph.cpp
7.583 KB
22 Apr 2020 8.04 PM
root / root
0644
paragraph.h
2.18 KB
22 Apr 2020 8.04 PM
root / root
0644
pflow.c
9.268 KB
22 Apr 2020 8.04 PM
root / root
0644
pflow.h
0.918 KB
22 Apr 2020 8.04 PM
root / root
0644
readme.html
7.324 KB
22 Apr 2020 8.04 PM
root / root
0644
resource.h
0.886 KB
22 Apr 2020 8.04 PM
root / root
0644
rsurface.cpp
0.695 KB
22 Apr 2020 8.04 PM
root / root
0644
rsurface.h
0.516 KB
22 Apr 2020 8.04 PM
root / root
0644
sfnt.h
4.903 KB
22 Apr 2020 8.04 PM
root / root
0644
ucreader.cpp
0.497 KB
22 Apr 2020 8.04 PM
root / root
0644
ucreader.h
0.412 KB
22 Apr 2020 8.04 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF