In this example you can see how we can use a inline embedded font in flex application.
In this example you can see how we can use a inline embedded font in flex application.
Inline Embedded font in Flex4:
In this example you can see how we can use a inline
embedded font in flex application. You will set the fontFamily property of the
component in inline embedded font.
Example:
<?xml version="1.0" encoding="utf-8"?>
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="
library://ns.adobe.com/flex/spark"
xmlns:mx="
library://ns.adobe.com/flex/mx"
minWidth="
955"
minHeight="600">
<!-- Using Inline
Embedded fonts -->
<fx:Style>
@namespace s
"library://ns.adobe.com/flex/spark";