<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!-- <!DOCTYPE Movie SYSTEM "dtd/RVML.dtd"> --> <Movie version='6' width='550' height='400' rate='12' backgroundColor='white' compressed='Yes' xmlns="http://www.kineticfusion.org/RVML/2.0"> <Title> Font Range Examples </Title> <Desc> Illustrates how the output set of characters in an embedded font can be specified using the fontRange attribute on both font resources and EditField symbols. </Desc> <Repository repositoryType='File' repositoryBase='/temp' repositoryName='exampleResources'> <Font id='Font2' fontName='Arial' fontStyle='(bold)' codeClass='Latin' resourceLocation='Arial.swf' knownCodes='[32-127], 129, 141, [143-144], 157, [160-255], [338-339], [352-353], 376, [381-382], 402, 710, 732, [8211-8212], [8216-8218], [8220-8222], [8224-8226], 8230, 8240, [8249-8250], 8364, 8482' fontRange="'<', '>','h', 'e', 'l', 'o'" forceOutput='Yes' /> <Font id='Arial' fontName='Arial' codeClass='Latin' resourceLocation='Arial.swf' knownCodes='[32-127], 129, 141, [143-144], 157, [160-255], [338-339], [352-353], 376, [381-382], 402, 710, 732, [8211-8212], [8216-8218], [8220-8222], [8224-8226], 8230, 8240, [8249-8250], 8364, 8482' fontRange='defined' /> </Repository> <Definitions> <EditField id='Main.EditField_1' bounds='bounds(-2.0, -2.0, 202.5, 150.6)' fieldName='' fontID='Arial' fontSize='18.0' charLimit='0' color='rgb(0,0,153)' properties='(selectable, html)' fontRange="['a'-'z']"> <InitialText><![CDATA[<P ALIGN="LEFT"><FONT FACE="Arial" SIZE="18" COLOR="#000099">This is a </FONT></P><P ALIGN="LEFT"><FONT FACE="Arial" SIZE="18" COLOR="#000099">test <B><hello></B></FONT></P>]]></InitialText> </EditField> </Definitions> <Timeline> <Frame> <Place name='Main.EditField_1' depth='1' x='192.1' y='63.65' /> </Frame> </Timeline> </Movie>