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

From Serious Documentation
Jump to: navigation, search
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
=== Node: {{Node|fontfamilyinfo}} ===
+
<!--- === Node: {{Node|fontfamilyinfo}} === Remove this link until the page is created, temporarily replace with line below --->
 +
=== Node: '''fontfamilyinfo''' ===
 
{| class="wikitable" style="margin: 1em auto 1em auto;"  
 
{| class="wikitable" style="margin: 1em auto 1em auto;"  
 
! scope="col" | Property
 
! scope="col" | Property
Line 5: Line 6:
 
! 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>
 
|}
 
|}
 
+
== See Also ==
 
+
Explore these resources for more information on how to list the codepoint ranges you need:
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.
+
*{{DataType|Codepoint|Unicode Codepoints}}
 
+
*{{DataType|CodepointRange|Codepoint Ranges}}
See {{DataType|CodepointRange}} and {{DataType|List}} for a detailed description on how to list the codepoint ranges you need.
+
*{{DataType|List}}  
 
+
*[[SHIP:Data_Types:CodepointRange:Keywords|CodepointRange Keywords]]
== References ==
 
* <ext>http://lwp.interglacial.com/appf_01.htm ::A good codepoint table, courtesy of Sean M. Burke</ext>
 

Latest revision as of 14:10, 25 October 2016

Node: fontfamilyinfo

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

See Also

Explore these resources for more information on how to list the codepoint ranges you need: