Searched defs:textLength (Results 1 - 2 of 2) sorted by relevance
/inkscape/packaging/macosx/ScriptExec/ |
H A D | main.c | 111 static OSStatus CompileAppleScript(const void* text, long textLength, 554 static OSStatus CompileAppleScript(const void* text, long textLength, argument 570 err = AECreateDesc(typeChar, text, textLength, &scriptTextDesc);
|
/inkscape/src/libnrtype/ |
H A D | Layout-TNG.h | 182 SVGLength textLength; member in struct:Inkscape::Text::Layout::OptionalTextTagAttrs 302 // ************************** textLength and friends ************************* 304 /** Gives the length target of this layout, as given by textLength attribute. 306 FIXME: by putting it here we only support @textLength on text and flowRoot, not on any 307 spans inside. For spans, we will need to add markers of start and end of a textLength span 309 calculation, we would go through the input stream and, for each end of a textLength span, 315 SVGLength textLength; member in class:Inkscape::Text::Layout 317 /** How do we meet textLength if specified: by letterspacing or by scaling horizontally */ 321 strategy, for the layout to meet its textLength target. Is set to non-zero after the layout 717 SVGLength textLength; member in class:Inkscape::Text::Layout::InputStreamTextSource [all...] |
Completed in 131 milliseconds