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

From Serious Documentation
Jump to: navigation, search
(Created page with "=== Node: {{Node|fontfamilyinfo}} === {| class="wikitable" style="margin: 1em auto 1em auto;" ! scope="col" | Property ! scope="col" | Data Type ! scope="col" | Description |...")
 
Line 5: Line 5:
 
! scope="col" | Description
 
! scope="col" | Description
 
|-
 
|-
|<onlyinclude>{{Prop|fontfamilyinfo|codepoints}}||{{DataType|CodepointRangeList}}|| A list of ranges of included Unicode codepoints</onlyinclude>
+
|<onlyinclude>{{Prop|fontfamilyinfo|codepoints}}||{{DataType|CodepointRange}} {{DataType|List}}|| A list of ranges of included Unicode codepoints</onlyinclude>
 
|}
 
|}
  
Line 11: Line 11:
 
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.
 
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|CodepointRangeList}} 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 ==
 
== References ==
 
* <ext>http://lwp.interglacial.com/appf_01.htm ::A good codepoint table, courtesy of Sean M. Burke</ext>
 
* <ext>http://lwp.interglacial.com/appf_01.htm ::A good codepoint table, courtesy of Sean M. Burke</ext>

Revision as of 17:37, 4 February 2013

Node: fontfamilyinfo

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


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 CodepointRange and List for a detailed description on how to list the codepoint ranges you need.

References