Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:03:30

0001 // Created on: 2009-05-10
0002 // Created by: Paul V. SUPRYATKIN
0003 // Copyright (c) 2009-2014 OPEN CASCADE SAS
0004 //
0005 // This file is part of Open CASCADE Technology software library.
0006 //
0007 // This library is free software; you can redistribute it and/or modify it under
0008 // the terms of the GNU Lesser General Public License version 2.1 as published
0009 // by the Free Software Foundation, with special exception defined in the file
0010 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0011 // distribution for complete text of the license and disclaimer of any warranty.
0012 //
0013 // Alternatively, this file may be used under the terms of Open CASCADE
0014 // commercial license or contractual agreement.
0015 
0016 #define  Font_NOF_MONOSPACE             "monospace"
0017 #define  Font_NOF_SERIF                 "serif"
0018 #define  Font_NOF_SANS_SERIF            "sans-serif"
0019 #define  Font_NOF_CJK                   "cjk"        // Font_UnicodeSubset_CJK
0020 #define  Font_NOF_KOREAN                "korean"     // Font_UnicodeSubset_Korean
0021 #define  Font_NOF_ARABIC                "arabic"     // Font_UnicodeSubset_Arabic
0022 
0023 #define  Font_NOF_ASCII_MONO            "Courier"
0024 #define  Font_NOF_ASCII_SIMPLEX         "Times-Roman"
0025 #define  Font_NOF_ASCII_COMPLEX         "Times-Roman"
0026 #define  Font_NOF_ASCII_DUPLEX          "Times-Bold"
0027 #define  Font_NOF_ASCII_TRIPLEX         "Times-Bold"
0028 #define  Font_NOF_ASCII_ITALIC_COMPLEX  "Times-Italic"
0029 #define  Font_NOF_ASCII_ITALIC_TRIPLEX  "Times-BoldItalic"
0030 #define  Font_NOF_ASCII_SCRIPT_SIMPLEX  "ZapfChancery-MediumItalic"
0031 #define  Font_NOF_ASCII_SCRIPT_COMPLEX  "ZapfChancery-MediumItalic"
0032 #define  Font_NOF_GREEK_MONO            "Symbol"
0033 #define  Font_NOF_GREEK_SIMPLEX         "Symbol"
0034 #define  Font_NOF_GREEK_COMPLEX         "Symbol"
0035 #define  Font_NOF_SYMBOL_MONO           "ZapfDingbats"
0036 #define  Font_NOF_SYMBOL_SIMPLEX        "ZapfDingbats"
0037 #define  Font_NOF_CARTOGRAPHIC_SIMPLEX  "Rock"
0038 #define  Font_NOF_KANJI_MONO            "Iris"
0039 #define  Font_NOF_KATAKANA_MONO         "Iris"