Ghgf

250 palavras 1 página
not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */

'use strict';

var FontInspector = (function FontInspectorClosure() { var fonts; var panelWidth = 300; var active = false; var fontAttribute = 'data-font-name'; function removeSelection() { var divs = document.querySelectorAll('div[' + fontAttribute + ']'); for (var i = 0, ii = divs.length; i < ii; ++i) { var div = divs[i]; div.className = ''; } } function resetSelection() { var divs = document.querySelectorAll('div[' + fontAttribute + ']'); for (var i = 0, ii = divs.length; i < ii; ++i) { var div = divs[i]; div.className = 'debuggerHideText'; } } function selectFont(fontName, show) { var divs = document.querySelectorAll('div[' + fontAttribute + '=' + fontName + ']'); for (var i = 0, ii = divs.length; i < ii; ++i) { var div = divs[i]; div.className = show ? 'debuggerShowText' : 'debuggerHideText'; } } function textLayerClick(e) { if (!e.target.dataset.fontName || e.target.tagName != 'DIV') return; var fontName = e.target.dataset.fontName; var selects = document.getElementsByTagName('input'); for (var i = 0; i < selects.length; ++i) { var select = selects[i]; if (select.dataset.fontName != fontName) continue; select.checked = !select.checked; selectFont(fontName, select.checked); select.scrollIntoView(); } } return { // Properties/functions

Relacionados

  • ghgf
    298 palavras | 2 páginas
  • ghgf
    326 palavras | 2 páginas
  • ghgf
    1356 palavras | 6 páginas
  • ghgf
    1981 palavras | 8 páginas
  • historia da potoco
    448 palavras | 2 páginas
  • Aula 1, 2 e 3 Ava
    290 palavras | 2 páginas
  • casa grande e senzala
    326 palavras | 2 páginas
  • BIOLOGIA CELULAR
    21709 palavras | 87 páginas
  • Introdução a redes
    39104 palavras | 157 páginas
  • automaçao em temperatura ,umidade
    66491 palavras | 266 páginas