Home
last modified time | relevance | path

Searched refs:getCharacterSpacing (Results 1 – 10 of 10) sorted by relevance

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DText3D.java583 public float getCharacterSpacing() { in getCharacterSpacing() method in Text3D
587 return ((Text3DRetained)this.retained).getCharacterSpacing(); in getCharacterSpacing()
660 rt.setCharacterSpacing(text.getCharacterSpacing()); in duplicateAttributes()
H A DText3DRetained.java439 final float getCharacterSpacing() { in getCharacterSpacing() method in Text3DRetained
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/scenegraph/io/state/javax/media/j3d/
H A DText3DState.java76 out.writeFloat(((Text3D) node).getCharacterSpacing()); in writeObject()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/symbols/
H A Dtext_symbol.h128 inline double getCharacterSpacing() const {return 0.001 * character_spacing;} in getCharacterSpacing() function
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFPaintingState.java146 public float getCharacterSpacing() { in getCharacterSpacing() method in PDFPaintingState
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DChunk.java899 public float getCharacterSpacing() { in getCharacterSpacing() method in Chunk
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfDocument.java1652 … text.setCharacterSpacing(baseCharacterSpacing / hScale + text.getCharacterSpacing()); in writeLineToContent()
1676 … text.setCharacterSpacing(baseCharacterSpacing / hScale + text.getCharacterSpacing()); in writeLineToContent()
H A DPdfContentByte.java301 public float getCharacterSpacing() { in getCharacterSpacing() method in PdfContentByte
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/fileformats/
H A Docd_file_export.cpp1822 …ltype(ocd_text_basic.char_spacing)(convertSize(qRound(1000 * text_symbol->getCharacterSpacing()))); in setupTextSymbolBasic()
H A Docad8_file_format.cpp2460 ocad_symbol->cspace = convertSize(1000 * text->getCharacterSpacing()); in exportTextSymbol()