Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
utf8mb4
Commit Description:
utf8mb4
import r from 'restructure' ;
let ImageTable = new r . Struct ({
ppem : r . uint16 ,
resolution : r . uint16 ,
imageOffsets : new r . Array ( new r . Pointer ( r . uint32 , 'void' ), t => t . parent . parent . maxp . numGlyphs + 1 )
});
// This is the Apple sbix table, used by the "Apple Color Emoji" font.
// It includes several image tables with images for each bitmap glyph
// of several different sizes.
export default new r . Struct ({
version : r . uint16 ,
flags : new r . Bitfield ( r . uint16 , [ 'renderOutlines' ]),
numImgTables : r . uint32 ,
imageTables : new r . Array ( new r . Pointer ( r . uint32 , ImageTable ), 'numImgTables' )
});
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