Warning, /office/kile/src/data/complete/tex/fontspec.cwl is written in an unsupported language. File is not indexed.
0001 # fontspec 1.14 package 0002 # nja 17 July 2007 0003 # url: http://www.ctan.org/tex-archive/help/Catalogue/entries/fontspec.html 0004 0005 \usepackage[cm-default/lm-default/math/no-math/config/no-config/quiet]{fontspec} 0006 0007 \fontspec{fontname} 0008 \fontspec[fontfeature=option]{fontname} 0009 \fontspec[fontfeature=option,fontfeature=option]{fontname} 0010 0011 \setmainfont{fontname} 0012 \setmainfont[fontfeature=option]{fontname} 0013 \setmainfont[fontfeature=option,fontfeature=option]{fontname} 0014 0015 \setsansfont{fontname} 0016 \setsansfont[fontfeature=option]{fontname} 0017 \setsansfont[fontfeature=option,fontfeature=option]{fontname} 0018 0019 \setmonofont{fontname} 0020 \setmonofont[fontfeature=option]{fontname} 0021 \setmonofont[fontfeature=option,fontfeature=option]{fontname} 0022 0023 \newfontfamily<fontinstance>{fontname} 0024 0025 \newfontface<fontface>{fontname} 0026 \newfontface<fontface>[fontfeature=option]{fontname} 0027 \newfontface<fontface>[fontfeature=option,fontfeature=option]{fontname} 0028 0029 \setmathrm 0030 \setboldmathrm 0031 \setmathsf 0032 \setmathtt 0033 0034 0035 \defaultfontfeatures{fontfeature=option} 0036 \defaultfontfeatures{fontfeature=option,fontfeature=option} 0037 \addfontfeatures{fontfeatures} 0038 \addfontfeatures{fontfeature=option,fontfeature=option} 0039 0040 \newfontscript{fontspecname}{OpenTypedefinition} 0041 \newfontlanguage{fontspecname}{OpenTypedefinition} 0042 0043 \newAATfeature{feature}{option}{featurecode}{selectorcode} 0044 \newfeaturecode{feature}{option}{featurecode}{selectorcode} 0045 \newICUfeature{feature}{option}{featuretag} 0046 \newfontfeature{name}{inputstring} 0047 \aliasfontfeature{existingname}{newname} 0048 \aliasfontfeatureoption{fontfeature}{existingname}{newname} 0049