Home
last modified time | relevance | path

Searched refs:renderFont (Results 1 – 1 of 1) sorted by relevance

/plugin/refnotes/
H A Drendering.php352 list($fontOpen, $fontClose) = $this->renderFont($fontWeightStyle, 'normal', $fontStyle);
526 return $this->renderFont('reference-font-weight', 'normal', 'reference-font-style');
653 return $this->renderFont('note-id-font-weight', 'normal', 'note-id-font-style');
721 return $this->renderFont('back-ref-font-weight', 'bold', 'back-ref-font-style');
791 protected function renderFont($weight, $defaultWeight, $style) {
784 protected function renderFont($weight, $defaultWeight, $style) { global() function in refnotes_basic_renderer