Man Page: css::dom::rule::fontface
Operating Environment: debian
Section: 3pm
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(3pm) - debian |
| css::dom(3pm) - debian |
| css::dom::rule::media(3pm) - debian |
| css::dom::value::primitive(3pm) - debian |
| css::style(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| How to copy a column of multiple files and paste into new excel file (next to column)? |