SHIP:Property:fontfamilyinfo:codepoints

From Serious Documentation
Revision as of 10:14, 28 November 2012 by Admin (talk | contribs) (Created page with "=== Node: {{Node|fontfamilyinfo}} === {| class="wikitable" style="margin: 1em auto 1em auto;" ! scope="col" | Property ! scope="col" | Data Type ! scope="col" | Description |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Node: fontfamilyinfo

Property Data Type Description
codepoints CodepointRangeList 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 CodepointRangeList for a detailed description on how to list the codepoint ranges you need.

References