Aspose::Pdf::Text::TextFragmentState::get_CoordinateOrigin method

TextFragmentState::get_CoordinateOrigin method

Gets 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.

Aspose::Pdf::Text::CoordinateOrigin Aspose::Pdf::Text::TextFragmentState::get_CoordinateOrigin() override

See Also