Class LoadFontDirective
java.lang.Object
ch.tocco.nice2.templating.impl.freemarker.directives.LoadFontDirective
- All Implemented Interfaces:
Nice2TemplateDirective, TemplateIdentifiers, freemarker.template.TemplateDirectiveModel, freemarker.template.TemplateModel
public class LoadFontDirective
extends Object
implements Nice2TemplateDirective, TemplateIdentifiers
Includes a font as '@font-face' CSS.
Writes full CSS-block (font included as base64-data-url).
Parameters:
* name: Name of font. Must equal to file-name (including case) without ending '.ttf'.
-
Nested Class Summary
Nested classes/interfaces inherited from interface TemplateIdentifiers
TemplateIdentifiers.Scope -
Field Summary
Fields inherited from interface TemplateIdentifiers
BASEDATA_VAR, DELIMITER_PARAM, ENTITY_PARAM, INLINE_TEMPLATE, KEY, LIMIT_PARAM, LINE_END_PARAM, LINE_START_PARAM, NAME_PARAM, PATH_PARAM, PATHS_PARAM, PATTERN_PARAM, RECIPIENT_VAR, SCOPE_PARAM, SENDER_VAR, SINGLE_BASE_VAR, TARGET_VAR, VALUE_PARAMFields inherited from interface freemarker.template.TemplateModel
NOTHING -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LoadFontDirective
public LoadFontDirective()
-
-
Method Details
-
execute
public void execute(freemarker.core.Environment env, Map params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body) throws freemarker.template.TemplateException, IOException - Specified by:
executein interfacefreemarker.template.TemplateDirectiveModel- Throws:
freemarker.template.TemplateExceptionIOException
-