FontFace __construct(
[DOMElement|null
$elem = null]
)
|
|
Constructor method.
Parameters:
|
DOMElement|null |
$elem: |
If a DOMElement is given, this is will be the node, else a new node is created. |
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Redefinition of:
- ODPElement::__construct()
- Constructor.
void getFontAdornments(
)
|
|
Retrieve font adornments.
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Retieve font charset.
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
void getFontFamilyGeneric(
)
|
|
Retrieve font family gerneric
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Retrieve font pitch
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Retrive style name.
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Retreive SVG font family.
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
void getSVGFontVariant(
)
|
|
Retrieve SVG font variant.
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
Retrieve SVG font weight.
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
void setFontAdornments(
$name
)
|
|
Set font adornments.
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
void setFontCharset(
$name
)
|
|
Set font charset.
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
void setFontFamilyGeneric(
$name
)
|
|
Set font family generic.
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
void setFontPitch(
string
$fontpitch
)
|
|
Set font pitch.
Parameters:
|
string |
$fontpitch: |
font pitch |
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
void setStyleName(
$name
)
|
|
Set style name.
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
void setSVGFontFamily(
$name
)
|
|
Set SVG font family.
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
void setSVGFontVariant(
$name
)
|
|
Set SVG font variant.
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |
void setSVGFontWeight(
$name
)
|
|
Set SVG font weight
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08. Feb. 2007 |