Difference between revisions of "SHIP:Property:fontfamilyinfo:codepoints"

From Serious Documentation
Jump to: navigation, search
Line 5: Line 5:
 
! scope="col" | Description
 
! scope="col" | Description
 
|-
 
|-
|<onlyinclude>{{Prop|fontfamilyinfo|codepoints}}||{{DataType|CodepointRange}} {{DataType|List}}|| A list of ranges of included Unicode codepoints</onlyinclude>
+
|<onlyinclude>{{Prop|fontfamilyinfo|codepoints}}||{{DataType|CodepointRange}} {{DataType|List}}|| A list of ranges of included {{DataType|Codepoint|Unicode Codepoints}} </onlyinclude>
 
|}
 
|}
 
 
Unicode codepoints are 16-bit numbers, usually expressed in hexidecimal (e.g. 0x2032) that represent a unique character.  The old ASCII system had 8-bit character representations, which only supported a maximum of 256 different characters.  Unicode-16 supports up to 65536 characters, and most known characters world wide are assigned a fixed value in the Unicode-16 system.
 
 
 
See {{DataType|CodepointRange}} and {{DataType|List}} for a detailed description on how to list the codepoint ranges you need.
 
See {{DataType|CodepointRange}} and {{DataType|List}} for a detailed description on how to list the codepoint ranges you need.
 
== References ==
 
* <ext>http://lwp.interglacial.com/appf_01.htm ::A good codepoint table, courtesy of Sean M. Burke</ext>
 

Revision as of 07:24, 13 July 2014

Node: fontfamilyinfo

Property Data Type Description
codepoints CodepointRange List A list of ranges of included Unicode Codepoints

See CodepointRange and List for a detailed description on how to list the codepoint ranges you need.