debian man page for css::dom::rule::fontface

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)

NAME
CSS::DOM::Rule::FontFace - CSS @font-face rule class for CSS::DOM
VERSION
Version 0.14
SYNOPSIS
use 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)'
DESCRIPTION
This module implements CSS @font-face rules for CSS::DOM. It inherits from CSS::DOM::Rule and implements the CSSFontFaceRule DOM interface.
THE METHOD
style Returns the CSS::DOM::Style object representing the declaration block of this rule.
SEE ALSO
CSS::DOM CSS::DOM::Style CSS::DOM::Rule perl v5.10.1 2010-12-10 CSS::DOM::Rule::FontFace(3pm)
Related Man Pages
css::adaptor(3pm) - debian
css::dom::interface(3pm) - debian
css::dom::rule(3pm) - debian
css::dom::value::primitive(3pm) - debian
mojo::dom::css(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph