projects
/
potlatch2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
point out forcibly to Flex that as I have closed the popup, I might like to be able...
[potlatch2.git]
/
fonts
/
FontLibrary.as
1
package {
2
import flash.display.Sprite;
3
public class FontLibrary extends Sprite {
4
[Embed(source="fonts/DejaVuSans.ttf", fontFamily="DejaVu", fontWeight="normal", mimeType="application/x-font-truetype")]
5
public static var DejaVu:Class;
6
7
}
8
9
}