Aspose::Pdf::Text::TextFragmentState::set_CoordinateOrigin method

TextFragmentState::set_CoordinateOrigin method

Sets text CoordinateOrigin. If CoordinateOrigin is Descender, the text Y coordinate corresponds to the font’s lowest point. If CoordinateOrigin is BaseLine, the text Y coordinate corresponds to the font’s baseline. The default value is Descender. If the font’s Descent value is too big, text can be rendered higher than other fonts. In this case, CoordinateOrigin BaseLine can be selected for better text rendering.

void Aspose::Pdf::Text::TextFragmentState::set_CoordinateOrigin(Aspose::Pdf::Text::CoordinateOrigin value) override

See Also