Home
last modified time | relevance | path

Searched refs:FONTENCODING_BALTIC (Results 1 – 19 of 19) sorted by relevance

/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXFont.h139 FONTENCODING_BALTIC = FONTENCODING_ISO_8859_13, /// Latin 7 (Baltic Rim) enumerator
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXFont.h112 FONTENCODING_BALTIC = FONTENCODING_ISO_8859_13, /// Latin 7 (Baltic Rim) enumerator
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXFont.h112 FONTENCODING_BALTIC = FONTENCODING_ISO_8859_13, /// Latin 7 (Baltic Rim) enumerator
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXFont.h109 FONTENCODING_BALTIC = FONTENCODING_ISO_8859_13, /// Latin 7 (Baltic Rim) enumerator
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXFont.h109 FONTENCODING_BALTIC = FONTENCODING_ISO_8859_13, /// Latin 7 (Baltic Rim) enumerator
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXFontSelector.cpp164 charset->appendItem(tr("Baltic"),(void*)FONTENCODING_BALTIC); in FXIMPLEMENT()
H A DFXFont.cpp207 case FONTENCODING_BALTIC: return BALTIC_CHARSET; in FXFontEncoding2CharSet()
226 case BALTIC_CHARSET: return FONTENCODING_BALTIC; in CharSet2FXFontEncoding()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXFontSelector.cpp164 charset->appendItem("Baltic",(void*)FONTENCODING_BALTIC); in FXIMPLEMENT()
H A DFXFont.cpp1111 case FONTENCODING_BALTIC: return BALTIC_CHARSET; in FXFontEncoding2CharSet()
1129 case BALTIC_CHARSET: return FONTENCODING_BALTIC; in CharSet2FXFontEncoding()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXFontSelector.cpp164 charset->appendItem(tr("Baltic"),(void*)FONTENCODING_BALTIC); in FXIMPLEMENT()
H A DFXFont.cpp207 case FONTENCODING_BALTIC: return BALTIC_CHARSET; in FXFontEncoding2CharSet()
226 case BALTIC_CHARSET: return FONTENCODING_BALTIC; in CharSet2FXFontEncoding()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXFontSelector.cpp168 charset->appendItem(tr("Baltic"),(void*)FONTENCODING_BALTIC); in FXIMPLEMENT()
H A DFXFont.cpp154 case FONTENCODING_BALTIC: return BALTIC_CHARSET; in FXFontEncoding2CharSet()
173 case BALTIC_CHARSET: return FONTENCODING_BALTIC; in CharSet2FXFontEncoding()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXFontSelector.cpp168 charset->appendItem(tr("Baltic"),(void*)FONTENCODING_BALTIC); in FXIMPLEMENT()
H A DFXFont.cpp154 case FONTENCODING_BALTIC: return BALTIC_CHARSET; in FXFontEncoding2CharSet()
173 case BALTIC_CHARSET: return FONTENCODING_BALTIC; in CharSet2FXFontEncoding()
/dports/x11-fm/xfe/xfe-1.44/src/
H A DFontDialog.cpp97 charset->appendItem(_("Baltic"), (void*)FONTENCODING_BALTIC); in FXIMPLEMENT()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DPlatFOX.cxx110 return FONTENCODING_BALTIC; in CharacterSetCode()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/fox/
H A DPlatFOX.cxx175 return FONTENCODING_BALTIC; in CharacterSetCode()
/dports/irc/dxirc/dxirc-1.40.0/fox/
H A Dfxext.cpp1723 charset->appendItem(tr("Baltic"),(void*)FONTENCODING_BALTIC); in dxEXFontSelector()