X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FFont%2FFont_NameOfFont.hxx;h=c63d8699490e5c4d9d771016ebb2e21b61b6a868;hb=5b377041e3252604f2803ea4d2a5140400280d64;hpb=169c944c4b3fc54a4b85096c879c187337b1714e diff --git a/src/Font/Font_NameOfFont.hxx b/src/Font/Font_NameOfFont.hxx index 0b86f40570..c63d869949 100644 --- a/src/Font/Font_NameOfFont.hxx +++ b/src/Font/Font_NameOfFont.hxx @@ -13,7 +13,13 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define Font_NOF_ASCII_MONO "Courier" +#define Font_NOF_MONOSPACE "monospace" +#define Font_NOF_SERIF "serif" +#define Font_NOF_SANS_SERIF "sans-serif" +#define Font_NOF_CJK "cjk" +#define Font_NOF_KOREAN "korean" + +#define Font_NOF_ASCII_MONO "Courier" #define Font_NOF_ASCII_SIMPLEX "Times-Roman" #define Font_NOF_ASCII_COMPLEX "Times-Roman" #define Font_NOF_ASCII_DUPLEX "Times-Bold"