Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
add model solution
Commit Description:
add model solution
import r from 'restructure' ;
// PCL 5 Table
// NOTE: The PCLT table is strongly discouraged for OpenType fonts with TrueType outlines
export default new r . Struct ({
version : r . uint16 ,
fontNumber : r . uint32 ,
pitch : r . uint16 ,
xHeight : r . uint16 ,
style : r . uint16 ,
typeFamily : r . uint16 ,
capHeight : r . uint16 ,
symbolSet : r . uint16 ,
typeface : new r . String ( 16 ),
characterComplement : new r . String ( 8 ),
fileName : new r . String ( 6 ),
strokeWeight : new r . String ( 1 ),
widthType : new r . String ( 1 ),
serifStyle : r . uint8 ,
reserved : new r . Reserved ( r . uint8 )
});
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