Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge
Commit Description:
merge
import r from 'restructure' ;
// horizontal header
export default new r . Struct ({
version : r . int32 ,
ascent : r . int16 , // Distance from baseline of highest ascender
descent : r . int16 , // Distance from baseline of lowest descender
lineGap : r . int16 , // Typographic line gap
advanceWidthMax : r . uint16 , // Maximum advance width value in 'hmtx' table
minLeftSideBearing : r . int16 , // Maximum advance width value in 'hmtx' table
minRightSideBearing : r . int16 , // Minimum right sidebearing value
xMaxExtent : r . int16 ,
caretSlopeRise : r . int16 , // Used to calculate the slope of the cursor (rise/run); 1 for vertical
caretSlopeRun : r . int16 , // 0 for vertical
caretOffset : r . int16 , // Set to 0 for non-slanted fonts
reserved : new r . Reserved ( r . int16 , 4 ),
metricDataFormat : r . int16 , // 0 for current format
numberOfMetrics : r . uint16 // Number of advance widths in 'hmtx' table
});
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings