Home
last modified time | relevance | path

Searched refs:m_fontId (Results 1 – 15 of 15) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNoteFontMap.h111 SymbolData() : m_fontId(0), in SymbolData()
117 void setFontId(int id) { m_fontId = id; } in setFontId()
118 int getFontId() const { return m_fontId; } in getFontId()
145 int m_fontId;
/dports/graphics/libfreehand/libfreehand-0.1.2/src/lib/
H A DFHTypes.h49 unsigned m_fontId; member
51 FHTail() : m_blockId(0), m_propLstId(0), m_fontId(0), m_pageInfo() {} in FHTail()
153 unsigned m_fontId; member
157 …: m_textColorId(0), m_fontSize(12.0), m_fontNameId(0), m_fontId(0), m_tEffectId(0), m_idToDoubleMa… in FHCharProperties()
H A DFHParser.cpp1081 fhTail.m_fontId = _readRecordId(input); in readFHTail()
2524 charProps->m_fontId = _readRecordId(input); in readVMpObj()
H A DFHCollector.cpp1589 if (charProps.m_fontId) in _appendCharacterProperties()
1590 _appendFontProperties(propList, charProps.m_fontId); in _appendCharacterProperties()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DRagTime5StyleManager.hxx201 , m_fontId(-1) in TextStyle()
228 …!m_fontName.empty() || m_fontId>=0 || m_fontSize>=0 || m_fontFlags[0] || m_fontFlags[1] || m_scrip… in isDefault()
284 int m_fontId; member
H A DClarisWksStyleManager.hxx210 : m_fontId(-1) in Style()
226 int m_fontId; member
H A DRagTime5StyleManager.cxx655 style.m_fontId=m_parserState->m_fontConverter->getId(style.m_fontName.cstr()); in readTextStyles()
786 if (style.m_fontId>0) font.setId(style.m_fontId); in updateTextStyles()
2052 m_fontId=static_cast<int>(child.m_longValue[0]); in read()
2289 if (child.m_fontId>=0) m_fontId=child.m_fontId; in insert()
2399 if (style.m_fontId>=0) in operator <<()
2400 o << "id[font]=" << style.m_fontId << ","; in operator <<()
H A DMWAWOLEParser.cxx207 , m_fontId(fId) in State()
221 int m_fontId; member
439 m_state->m_fontId=m_state->m_fontConverter->getId(s.str().c_str()); in parse()
940 … int unicode=m_state->m_fontConverter->unicode(m_state->m_fontId, static_cast<unsigned char>(ch)); in readSummaryPropertyString()
H A DClarisWksStyleManager.cxx1571 if (style.m_fontId != -1) in operator <<()
1572 o << "font=" << style.m_fontId << ","; in operator <<()
2106 style.m_fontId = static_cast<int>(input->readLong(2)); in readStylesDef()
H A DClarisWksDbaseContent.cxx755 if (style.m_fontId>=0) in readRecordSS()
756 m_document.getStyleManager()->get(style.m_fontId, record.m_font); in readRecordSS()
/dports/audio/lmms/lmms-1.2.2/plugins/sf2_player/
H A Dsf2_player.cpp92 m_fontId( 0 ), in sf2Instrument()
312 fluid_synth_sfunload( m_synth, m_fontId, true ); in freeFont()
355 m_fontId = fluid_synth_add_sfont( m_synth, m_font->fluidFont ); in openFile()
364 m_fontId = fluid_synth_sfload( m_synth, sf2Ascii, true ); in openFile()
385 if( m_fontId >= 0 ) in openFile()
411 fluid_synth_program_select( m_synth, m_channel, m_fontId, in updatePatch()
525 m_fontId = fluid_synth_add_sfont( m_synth, m_font->fluidFont ); in updateSampleRate()
H A Dsf2_player.h121 int m_fontId; variable
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DLotusStyleManager.cpp112 , m_fontId(0) in FontStyle()
120 if (font.m_fontId) o << "FN" << font.m_fontId << ","; in operator <<()
129 int m_fontId; member
201 , m_fontId(0) in CellStyle()
221 if (cell.m_fontId) in operator <<()
305 int m_fontId; member
606 if (!font.m_fontId) continue; in updateState()
1135 font.m_fontId=int(libwps::readU8(input)); in readFontStyleA0()
1430 font.m_fontId=val; in readCellStyleD2Data()
1732 cell.m_fontId=val; in readCellStyleD2()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/parser/
H A Dbuilder_data.hpp339 m_id( id ), m_xPos( xPos ), m_yPos( yPos ), m_visible( visible ), m_fontId( fontId ), m_text( text … in Text()
345 std::string m_fontId; member
435 … rightBottom ), m_xKeepRatio( xKeepRatio ), m_yKeepRatio( yKeepRatio ), m_fontId( fontId ), m_var(… in List()
447 std::string m_fontId; member
468 … rightBottom ), m_xKeepRatio( xKeepRatio ), m_yKeepRatio( yKeepRatio ), m_fontId( fontId ), m_var(… in Tree()
481 std::string m_fontId; member
H A Dbuilder.cpp743 GenericFont *pFont = getFont( rData.m_fontId ); in addText()
746 msg_Err( getIntf(), "unknown font id: %s", rData.m_fontId.c_str() ); in addText()
959 GenericFont *pFont = getFont( rData.m_fontId ); in addList()
962 msg_Err( getIntf(), "unknown font id: %s", rData.m_fontId.c_str() ); in addList()
1023 GenericFont *pFont = getFont( rData.m_fontId ); in addTree()
1026 msg_Err( getIntf(), "unknown font id: %s", rData.m_fontId.c_str() ); in addTree()