Query: css::dom::rule::fontface
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CSS::DOM::Rule::FontFace(3pm) User Contributed Perl Documentation CSS::DOM::Rule::FontFace(3pm)NAMECSS::DOM::Rule::FontFace - CSS @font-face rule class for CSS::DOMVERSIONVersion 0.14SYNOPSISuse CSS::DOM; my $font_face_rule = CSS::DOM->parse( '@font-face { font-family: "bm"; src: url(blackmoor.ttf) }' )->cssRules->[0]; $page_rule->style; # a CSS::DOM::Style object $page_rule->style->src; # 'url(blackmoor.ttf)'DESCRIPTIONThis module implements CSS @font-face rules for CSS::DOM. It inherits from CSS::DOM::Rule and implements the CSSFontFaceRule DOM interface.THE METHODstyle Returns the CSS::DOM::Style object representing the declaration block of this rule.SEE ALSOCSS::DOM CSS::DOM::Style CSS::DOM::Rule perl v5.10.1 2010-12-10 CSS::DOM::Rule::FontFace(3pm)
Related Man Pages |
---|
css::dom(3pm) - debian |
css::dom::interface(3pm) - debian |
css::dom::style(3pm) - debian |
css::dom::value::primitive(3pm) - debian |
css::style(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Is UNIX an open source OS ? |
Find columns in a file based on header and print to new file |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |