mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
add font picker, color picker and bullet point ui tools
This commit is contained in:
@@ -48,7 +48,8 @@ void FontTextElement::getCharInfo(RotatedDC& dc, double scale, vector<CharInfo>&
|
||||
out.push_back(CharInfo(
|
||||
RealSize(s.width - prev_width, s.height),
|
||||
c == _(' ') ? LineBreak::SPACE : LineBreak::MAYBE,
|
||||
draw_as == DRAW_ACTIVE // from <soft> tag
|
||||
draw_as == DRAW_ACTIVE, // from <soft> tag
|
||||
c == _('•')
|
||||
));
|
||||
prev_width = s.width;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user