You are here

public function TextimageFontsHandlerInterface::getUri in Textimage 7.3

Get the URI of a font file.

Parameters

string $font_name: the name of the font.

array $options: an array of additional options.

Return value

string the URI of the font file.

2 methods override TextimageFontsHandlerInterface::getUri()
TextimageFontsHandlerFontyourface::getUri in classes/font_handlers/fontyourface.inc
Return the URI of a font file, given its name.
TextimageFontsHandlerTextimage::getUri in classes/font_handlers/textimage.inc
Return the URI of a font file, given its name.

File

classes/TextimageFonts.inc, line 114
Textimage - Font management classes.

Class

TextimageFontsHandlerInterface
Fonts handler interface.

Code

public function getUri($font_name, $options);