Skip to content

Instantly share code, notes, and snippets.

@davidortinau
Created May 4, 2011 05:20
Show Gist options
  • Save davidortinau/954793 to your computer and use it in GitHub Desktop.
Save davidortinau/954793 to your computer and use it in GitHub Desktop.
Spark Label with embedded font
<s:Label text="HelveticaNeueBold"
textAlign="left"
fontSize="12"
fontFamily="HelveticaNeueBold"
fontLookup="embeddedCFF"
color="#5d5c62"
>
<s:filters>
<s:DropShadowFilter blurX="0" blurY="0" distance="1" hideObject="false" color="#ffffff"
inner="false" strength="1" alpha="1" quality="2" knockout="false" angle="90"/>
</s:filters>
</s:Label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment