Searched defs:Text (Results 1 - 12 of 12) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | text.h | 24 class Text : public Labelled class in namespace:Inkscape::UI::Widget 29 * Construct a Text Widget. 38 Text(Glib::ustring const &label,
|
H A D | text.cpp | 22 Text::Text(Glib::ustring const &label, Glib::ustring const &tooltip, function in class:Inkscape::UI::Widget::Text 31 const char *Text::getText() const 37 void Text::setText(const char* text) 44 Glib::SignalProxy0<void> Text::signal_activate()
|
/inkscape/src/libnrtype/ |
H A D | Layout-TNG.cpp | 2 * Inkscape::Text::Layout - text layout engine misc 14 namespace Text { namespace in namespace:Inkscape 54 }//namespace Text
|
H A D | Layout-TNG-Scanline-Maker.h | 2 * Inkscape::Text::Layout::ScanlineMaker - text layout engine shape measurers 21 namespace Text { namespace in namespace:Inkscape 171 }//namespace Text
|
H A D | Layout-TNG-Scanline-Makers.cpp | 2 * Inkscape::Text::Layout::ScanlineMaker - text layout engine shape measurers 17 namespace Text { namespace in namespace:Inkscape 195 }//namespace Text
|
H A D | Layout-TNG-Input.cpp | 2 * Inkscape::Text::Layout - text layout engine input functions 30 namespace Text { namespace in namespace:Inkscape 290 }//namespace Text
|
H A D | Layout-TNG-OutIter.cpp | 2 * Inkscape::Text::Layout - text layout engine output functions using iterators 20 namespace Text { namespace in namespace:Inkscape 1073 }//namespace Text
|
H A D | Layout-TNG-Output.cpp | 2 * Inkscape::Text::Layout - text layout engine output functions 38 namespace Text { namespace in namespace:Inkscape 841 if (textLength._set && textLengthIncrement != 0 && lengthAdjust == Inkscape::Text::Layout::LENGTHADJUST_SPACING) { 850 if (textLength._set && textLengthMultiplier != 1 && (lengthAdjust == Inkscape::Text::Layout::LENGTHADJUST_SPACINGANDGLYPHS)) { 869 }//namespace Text
|
H A D | Layout-TNG-Compute.cpp | 2 * Inkscape::Text::Layout::Calculator - text layout engine meaty bits 20 namespace Text { namespace in namespace:Inkscape 705 if (_flow.lengthAdjust == Inkscape::Text::Layout::LENGTHADJUST_SPACINGANDGLYPHS) 1893 }//namespace Text
|
H A D | Layout-TNG.h | 2 * Inkscape::Text::Layout - text layout engine 50 namespace Text { namespace in namespace:Inkscape 286 continue to infinity if necessary. Text can be flowed inside multiple 1186 }//namespace Text
|
/inkscape/share/extensions/ink2canvas/ |
H A D | svg.py | 339 class Text(AbstractShape): class in inherits:AbstractShape
|
/inkscape/src/libuemf/ |
H A D | upmf.c | 137 \param string Text to draw in UTF-8 format 1282 Text form is Data1-Data2-Data3-Data4, the first 3 are stored as little endian integers, the last as a string (big endian). 1328 Text form is; Data1|Data2|Data3|Data4, first three are stored as little endian integers of 4,2,2 bytes, respectively, 4432 \param Text Array of UFT-16LE unicode characters. 4438 uint32_t FormatID, uint32_t Length, const U_PSEUDO_OBJ *Rect, const uint16_t *Text){ 4442 else if (!Text){ return(NULL); } 4462 {Text, 2*Length, 1, U_XE}, 4993 \param TGC Text Gamma correction value (x 1000). 8245 \param TGC Text Gamma correction value (x 1000). 4437 U_PMR_DRAWSTRING_set(uint32_t FontID, const U_PSEUDO_OBJ *BrushID, uint32_t FormatID, uint32_t Length, const U_PSEUDO_OBJ *Rect, const uint16_t *Text) argument
|
Completed in 653 milliseconds