Home
last modified time | relevance | path

Searched refs:FMLayout (Results 1 – 23 of 23) sorted by relevance

/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmlayout.h48 class FMLayout; variable
66 Node (FMLayout * layoutEngine, int i ) ;
70 FMLayout *lyt;
87 class FMLayout : public QObject
92 explicit FMLayout ( QGraphicsScene* scene, FontItem* font = 0, QRectF rect = QRectF());
93 ~FMLayout();
H A Dsamplewidget.h34 class FMLayout; variable
56 FMLayout * pLayout;
63 …void setLayout(FMLayout * l, const QList<GlyphList>& spec , double fs, FontItem * f, unsigned int …
128 FMLayout *textLayoutVect;
129 FMLayout *textLayoutFT;
H A Dfmlayout.cpp312 FMLayout::FMLayout ( QGraphicsScene * scene, FontItem * font , QRectF rect ) in FMLayout() function in FMLayout
379 FMLayout::~ FMLayout() in ~FMLayout()
395 void FMLayout::run() in run()
490 void FMLayout::endOfRun() in endOfRun()
514 void FMLayout::stopLayout() in stopLayout()
552 void FMLayout::doLines() in doLines()
805 void FMLayout::doDraw() in doDraw()
1311 void FMLayout::resetScene() in resetScene()
1456 void FMLayout::clearCaches() in clearCaches()
1463 void FMLayout::endOfParagraph() in endOfParagraph()
[all …]
H A Dfontbook.cpp335 FMLayout *layoutLeft = new FMLayout(&layoutLeftScene , rFont, colLeftRect); in doFullBookPageRight()
336 FMLayout *layoutRight = new FMLayout(&layoutRightScene , rFont, colRightRect); in doFullBookPageRight()
H A Dmainviewwidget.h42 class FMLayout; variable
H A Dsamplewidget.cpp61 void FMLayoutThread::setLayout(FMLayout * l, const QList<GlyphList>& spec , double fs, FontItem* f,… in setLayout()
156 textLayoutVect = new FMLayout(loremScene, cf); in SampleWidget()
157 textLayoutFT = new FMLayout(ftScene); in SampleWidget()
401 FMLayout * textLayout; in slotView()
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/messages/
H A Dfontmatrix-fi.ts57 <name>FMLayout</name>
H A Dfontmatrix-no.ts68 <name>FMLayout</name>
H A Dfontmatrix-zh_CN.ts68 <name>FMLayout</name>
H A Dfontmatrix-hi.ts68 <name>FMLayout</name>
H A Dfontmatrix-sr.ts68 <name>FMLayout</name>
H A Dfontmatrix-zh_TW.ts68 <name>FMLayout</name>
H A Dfontmatrix-da.ts138 <name>FMLayout</name>
H A Dfontmatrix-nb.ts138 <name>FMLayout</name>
H A Dfontmatrix-sv.ts138 <name>FMLayout</name>
H A Dfontmatrix-nl.ts138 <name>FMLayout</name>
H A Dfontmatrix-uk.ts143 <name>FMLayout</name>
H A Dfontmatrix-en.ts198 <name>FMLayout</name>
H A Dfontmatrix-de.ts138 <name>FMLayout</name>
H A Dfontmatrix-ru.ts467 <name>FMLayout</name>
H A Dfontmatrix-fr.ts409 <name>FMLayout</name>
H A Dfontmatrix-cs.ts571 <name>FMLayout</name>
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/
H A DChangeLog1398 memory leaks in fontbook generation. It’s now done with FMLayout.