/trunk/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 502 metrics->aw = metrics->lsb = metrics->ah = metrics->tsb = 0; in GetMetrics() 548 metrics->xMin = GetInt16(ptr, 2, 1); in GetSimpleTTOutline() 549 metrics->yMin = GetInt16(ptr, 4, 1); in GetSimpleTTOutline() 550 metrics->xMax = GetInt16(ptr, 6, 1); in GetSimpleTTOutline() 552 GetMetrics(ttf, glyphID, metrics); in GetSimpleTTOutline() 640 if (metrics) { in GetCompoundTTOutline() 645 GetMetrics(ttf, glyphID, metrics); in GetCompoundTTOutline() 703 if (metrics) GetMetrics(ttf, index, metrics); in GetCompoundTTOutline() 832 if (metrics) { in GetTTGlyphOutline() 842 if (metrics) GetMetrics(ttf, glyphID, metrics); in GetTTGlyphOutline() [all …]
|
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ |
H A D | PlainSourceView.java | 167 FontMetrics metrics = getFontMetrics(font); in update() local 168 int h = metrics.getHeight(); in update() 177 d.width = metrics.stringWidth(dummy) + 16; in update() 189 FontMetrics metrics = getFontMetrics(font); in paintComponent() local 195 int ascent = metrics.getMaxAscent(); in paintComponent() 196 int h = metrics.getHeight(); in paintComponent() 209 int w = metrics.stringWidth(text); in paintComponent()
|
/trunk/main/scripting/examples/java/debugger/ |
H A D | OOBeanShellDebugger.java | 318 FontMetrics metrics = getFontMetrics(font); in update() local 319 int h = metrics.getHeight(); in update() 328 d.width = metrics.stringWidth(dummy) + 16; in update() 340 FontMetrics metrics = getFontMetrics(font); in paintComponent() local 346 int ascent = metrics.getMaxAscent(); in paintComponent() 347 int h = metrics.getHeight(); in paintComponent() 360 int w = metrics.stringWidth(text); in paintComponent()
|
/trunk/main/offapi/com/sun/star/document/ |
H A D | PrinterIndependentLayout.idl | 38 /** use printer-dependent metrics for layout */ 41 /** use printer-independent metrics for layout, 49 /** use printer-independent metrics for layout,
|
H A D | Settings.idl | 267 /** forbid use of printer metrics for layout
|
/trunk/main/offapi/com/sun/star/rendering/ |
H A D | FontMetrics.idl | 44 metrics) will be subject to that transformation. Depending on the 46 up to one device pixel from the transformed metrics.
|
H A D | XSimpleCanvas.idl | 217 /** Request the font metrics of the current font.<p> 219 @return the font metrics of the currently selected font.
|
H A D | XCanvasFont.idl | 102 cell size of 20 units, the metrics returned are calculated
|
H A D | XTextLayout.idl | 87 metrics.<p>
|
/trunk/main/cui/source/dialogs/ |
H A D | hangulhanjadlg.hrc | 94 // metrics 162 // metrics
|
/trunk/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 974 const FT_Size_Metrics& rMetrics = maFaceFT->size->metrics; in FetchFontMetric() 1102 const FT_Size_Metrics& rMetrics = maFaceFT->size->metrics; in ApplyGlyphTransform() 1131 aVector.x = -maFaceFT->glyph->metrics.horiAdvance; in ApplyGlyphTransform() 1299 int nCharWidth = pFaceFT->glyph->metrics.horiAdvance; in lcl_GetCharWidth() 1303 const FT_Size_Metrics& rMetrics = pFaceFT->size->metrics; in lcl_GetCharWidth() 1355 const bool bOriginallyZeroWidth = (maFaceFT->glyph->metrics.horiAdvance == 0); in InitGlyphData()
|
H A D | gcach_ftyp.hxx | 201 const FT_Size_Metrics& GetMetricsFT() const { return maSizeFT->metrics; } in GetMetricsFT()
|
H A D | graphite_adaptors.cxx | 312 const FT_Glyph_Metrics &gm = aFace->glyph->metrics; in getGlyphMetrics()
|
/trunk/main/sfx2/source/dialog/ |
H A D | alienwarn.hrc | 38 // --------- general metrics ---------
|
/trunk/main/uui/source/ |
H A D | secmacrowarnings.hrc | 29 // --------- general metrics ---------
|
/trunk/main/cui/source/options/ |
H A D | treeopt.hrc | 64 // metrics
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | SimpleFontMetric.idl | 33 /** describes the general metrics of a certain font.
|
/trunk/main/sw/source/ui/frmdlg/ |
H A D | frmpage.hrc | 63 // metrics
|
/trunk/main/sw/source/ui/config/ |
H A D | optcomp.src | 97 Text [ en-US ] = "Use printer metrics for document formatting" ;
|
/trunk/main/graphite/ |
H A D | graphite-2.3.1.patch | 952 Calculate the composite metrics for this slot. 959 metrics for leaves (are they assumed to be accurate???) 1002 // this slot will be ignored in the composite metrics 1012 Calculate the metrics for this node and all its leaf nodes. 1513 // Make sure the metrics are the complete ones. 2181 + GlyphMetricMap * pGlyphMetricMap; // glyph metrics
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | GlobalSheetSettings.idl | 170 /** specifies whether printer metrics are used for display.
|
/trunk/main/sd/source/ui/dlg/ |
H A D | tpoption.src | 231 Text [ en-US ] = "Us~e printer metrics for document formatting" ;
|
/trunk/main/svx/source/dialog/ |
H A D | docrecovery.hrc | 184 // borrow basic metrics from TabPage Recovery
|
/trunk/main/xmlsecurity/source/dialogs/ |
H A D | dialogs.hrc | 44 // --------- general metrics ---------
|
/trunk/main/sc/source/ui/src/ |
H A D | optdlg.src | 712 Text [ en-US ] = "Use printer metrics for text formatting" ;
|