fonts.js File Reference

Go to the source code of this file.

Variables

const kDefaultFontType = "font.default.%LANG%"
 
const kFontNameFmtSerif = "font.name.serif.%LANG%"
 
const kFontNameFmtSansSerif = "font.name.sans-serif.%LANG%"
 
const kFontNameFmtMonospace = "font.name.monospace.%LANG%"
 
const kFontNameListFmtSerif = "font.name-list.serif.%LANG%"
 
const kFontNameListFmtSansSerif = "font.name-list.sans-serif.%LANG%"
 
const kFontNameListFmtMonospace = "font.name-list.monospace.%LANG%"
 
const kFontSizeFmtVariable = "font.size.variable.%LANG%"
 
const kFontSizeFmtFixed = "font.size.fixed.%LANG%"
 
const kFontMinSizeFmt = "font.minimum-size.%LANG%"
 
var gFontsDialog
 

Variable Documentation

var gFontsDialog

Definition at line 53 of file fonts.js.

const kDefaultFontType = "font.default.%LANG%"

Definition at line 42 of file fonts.js.

const kFontMinSizeFmt = "font.minimum-size.%LANG%"

Definition at line 51 of file fonts.js.

const kFontNameFmtMonospace = "font.name.monospace.%LANG%"

Definition at line 45 of file fonts.js.

const kFontNameFmtSansSerif = "font.name.sans-serif.%LANG%"

Definition at line 44 of file fonts.js.

const kFontNameFmtSerif = "font.name.serif.%LANG%"

Definition at line 43 of file fonts.js.

const kFontNameListFmtMonospace = "font.name-list.monospace.%LANG%"

Definition at line 48 of file fonts.js.

const kFontNameListFmtSansSerif = "font.name-list.sans-serif.%LANG%"

Definition at line 47 of file fonts.js.

const kFontNameListFmtSerif = "font.name-list.serif.%LANG%"

Definition at line 46 of file fonts.js.

const kFontSizeFmtFixed = "font.size.fixed.%LANG%"

Definition at line 50 of file fonts.js.

const kFontSizeFmtVariable = "font.size.variable.%LANG%"

Definition at line 49 of file fonts.js.