Searched refs:underline_thickness (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | font-instance.h | 75 bool FontDecoration(double &underline_position, double &underline_thickness,
|
H A D | FontInstance.cpp | 543 bool font_instance::FontDecoration( double &underline_position, double &underline_thickness, argument 560 underline_thickness = fabs(otm.otmUnderscoreSize *scale); 568 underline_thickness = fabs(((double)theFace->underline_thickness)/((double)theFace->units_per_EM)); 571 linethrough_thickness = fabs(((double)theFace->underline_thickness)/((double)theFace->units_per_EM));
|
H A D | Layout-TNG-Output.cpp | 177 double underline_thickness, underline_position, line_through_thickness,line_through_position; local 178 _spans[span_index].font->FontDecoration(underline_position, underline_thickness, line_through_position, line_through_thickness); 179 text_source->style->text_decoration_data.underline_thickness = underline_thickness; 185 text_source->style->text_decoration_data.underline_thickness =
|
/inkscape/src/ |
H A D | sp-font-face.h | 103 double underline_thickness; member in class:SPFontFace
|
H A D | sp-font-face.cpp | 307 this->underline_thickness = 0; 641 if (number != this->underline_thickness){ 642 this->underline_thickness = number; 772 sp_repr_set_svg_double(repr, "underline-thickness", this->underline_thickness);
|
H A D | style-internal.h | 1263 float underline_thickness; member in struct:SPITextDecorationData
|
/inkscape/src/display/ |
H A D | nr-style.h | 118 float underline_thickness; member in struct:NRStyle
|
H A D | nr-style.cpp | 71 , underline_thickness(0) 332 underline_thickness = style->text_decoration_data.underline_thickness;
|
H A D | drawing-text.cpp | 392 double final_underline_thickness = CLAMP(_nrstyle.underline_thickness, tsp_size_adj/30.0, tsp_size_adj/10.0);
|
Completed in 488 milliseconds