Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/kritaPublic

Commit6d8e619

Browse files
committed
Fix comparison of FontMetrics by adding missing mathematical baseline.
1 parentcb981ad commit6d8e619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎libs/flake/text/KoSvgText.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,7 @@ bool FontMetrics::operator==(const FontMetrics &other) const {
14391439
&& descender == other.descender
14401440
&& lineGap == other.lineGap
14411441
&& alphabeticBaseline == other.alphabeticBaseline
1442+
&& mathematicalBaseline == other.mathematicalBaseline
14421443
&& ideographicUnderBaseline == other.ideographicUnderBaseline
14431444
&& ideographicCenterBaseline == other.ideographicCenterBaseline
14441445
&& ideographicOverBaseline == other.ideographicOverBaseline

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp